03-03-2006 02:08 AM
I am attaching the SendKey VIs I downloaded from somewhere -- can't remember where from. There's a Sendkey.txt file in the Zip that you will want to read, and maybe send a 'Thank you' email to the author.
-Khalid
03-03-2006 03:18 AM
Roy,
Here are some "code snipplets". It shows the API's interfaces, but nothing more.
Sending the WM_KEYDOWN and WM_KEYUP message is tricky, but once you've got it down, it should work fine. You'll find the documentation in MS's MSDN.
Hope it help.
Wiebe.
03-03-2006 12:27 PM
Thanks Wiebe and Khalid. I got it working with keybd_event. But Wiebe's SendMessage seems to be very elegant. I will try that out.
Thanks again.
~Roy
03-03-2006 02:10 PM
03-04-2006 11:46 AM
@Ed007 wrote:
These VI'sare best suited for touchscreen applications, and a resolution of 1280 X 1024... The string control from the calling VI is kept in focus by the keyboard VI.
03-06-2006 08:00 AM
03-07-2006 11:14 AM