LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

communication via self defined window messages

I want to communicate with other programs by using self defined window messages.
Window API calls are registerwindowmessage, peekmessage, postmessage.
Is there an easy way to recieve and send user defined window messages with a labview program?
0 Kudos
Message 1 of 2
(2,375 Views)
These features are not part of LabVIEW. You will probably have to use a Call Library Node to access the calls. If you have never done this before, look for a document entitled "Using external Code In LabVIEW". You can find it in LabVIEW 6.1 by opening LabVIEW >> help >> search the LabVIEW bookshelf >> Using external code in LabVIEW.
0 Kudos
Message 2 of 2
(2,375 Views)