Hello,
I want to notify my application (programming with LabVIEW) when my device
was plugged in the USB port. In TestPoint or Visual Basic I managed this by
listening to the message queue. When I gut the message WM_DEVICECHANGE I
post a message to my application window. The code for this is packed in a
DLL. One of the parameters of the DLL is the handle of my application
window.
Could everyone help me to implement the DLL (call) in LabVIEW. How could I
get the handle for the application window and how could I listen to the
message queue of this window. My application normaly runs under WindowsXP.
Thank you in advance Birgit