LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How send data to another application using Windows WM_COPYDATA

How can I transmit data to another running program on the same computer using the Windows WM_COPYDATA command?
0 Kudos
Message 1 of 3
(3,001 Views)
Hi,

You need to get the hWnd (e.g. with FindWindowEx), and then SendMessage to
send the message. Both API's are in user32.dll.

Regards,

Wiebe.


"Beat(swb)" wrote in message
news:5065000000080000003AF40000-1079395200000@exchange.ni.com...
> How can I transmit data to another running program on the same
> computer using the Windows WM_COPYDATA command?
Message 2 of 3
(3,001 Views)

see

http://forums.ni.com/t5/LabVIEW/WM-copydata/m-p/2416948

 

-------------------------------------------------------------------
Eugen Wiebe
Bernstein AG
CLAD - Certified LabView Associate Developer
0 Kudos
Message 3 of 3
(2,349 Views)