是。如果是另外一个应用程序向lv发送用户自定义消息,在lv中要怎么接收该消息呢,需要什么处理吗?比如:PCI板卡要向lv发送用户自定义消息,在lv中怎么接收并处理该消息呢?
http://forums.ni.com/ni/board/message?board.id=2170&thread.id=22643
LabVIEW can not handle windows message directly.
You have to use C/C++ to handle window message, and wrap it into a dll.
Call the dll in LabVIEW.
There is an example demonstrates how to do this: