09-16-2008 01:46 PM
Hi All,
I need to move the cursor to curtain location and create a keyboard click programmatically. How to do it?
Thanks a lot for any help.
Anne Zuo
09-16-2008 02:19 PM
09-16-2008 04:20 PM
Anne,
the attached example (8.0) contains both the mouse move/click code and the keyboard event code.
You might want to check out the quoted URL on the block diagram to get information about the different key IDs.
Right now it is set to x30 which is equal to a '0'
Thanks,
ThSa
09-16-2008 04:24 PM
09-17-2008 04:12 AM
Hi Anne Zuo,
You need to see this link. I think this exactly does what you intend to do...
09-19-2008 11:56 AM
I got it. Thank you all.
Anne Zuo