Does anyone know how I can click the mouse using the Windows API, in the same way that it can be moved?
Any help would be really appreciated,
Mark
Printable View
Does anyone know how I can click the mouse using the Windows API, in the same way that it can be moved?
Any help would be really appreciated,
Mark
The API Calls u will need:
mouse_event - For Manipulating Mous
keybd_event - For Sending Keys
You can get the documentation of these API functions (with Example) at http://www.vbapi.com/
Good Luck!
Thanks