04-05-2007 12:15 PM
04-05-2007 01:46 PM
Use Spy++ (comes with VC/C++), you can catch the Windows message (or application defined message).
Then, you can use LabVIEW to send the message to the application, simulating a menu selection.
George Zou
04-05-2007 01:59 PM
04-05-2007 02:11 PM
04-06-2007 06:52 PM
Hi George, I found the following windows message for my mouse click (on an OK button) operation using Spy++:
<00036> 009D0160 P WM_MOUSEMOVE fwKeys:0000 xPos:12 yPos:12
<00037> 009D0160 S WM_MOUSEACTIVATE hwndTopLevel:010601E0 nHittest: HTCLIENT uMsg: WM_LBUTTONDOWN
Now I need to emulate this process using LabVIEW. I have downloaded lvwutil32 but didnt find a vi that allow me to move the mouse cursor to certain position on certain window. Could you suggest a solution or vi to do this. I have tried to send message by System Exec.vi, but had no success. Urgent help needed for a deadline. Thanks again.
04-06-2007 07:01 PM
04-06-2007 07:32 PM
04-06-2007 09:05 PM
04-07-2007 07:18 AM
04-07-2007 11:24 AM