LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to receive WM_USER messages from other applications in LabVIEW

Spy++ was showing that the consumer window was responding to the SendMessage function with a default response of 0x0000, at least for message 0x0400, so the producer window was only momentarily blocked, as manifested by a groggy 'send button'. The Windows SDK documentation describes several ranges of message numbers, and it seems safer to use messages in the range 0x8000, because messages in the 0x0400 range already have a history of use.
0 Kudos
Message 11 of 13
(1,349 Views)
Actually, PostMessage works with message 0x0400 too, so it must have needed PostMessage instead of SendMessage.
0 Kudos
Message 12 of 13
(1,351 Views)
Here are the converted vis
Download All
0 Kudos
Message 13 of 13
(1,346 Views)