How can I emulate the mouse?
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
Basically, what I am aiming for is to be able to take the current coordinates of the mouse onscreen and emulate a mouse click at that location by pressing a key on the keyboard. I'm pretty much lost on locating the mouse and sending a click. Also, this needs to be able to send the click when other windows have the focus, and I don't know how to do that. I've tried searching for this, but all I get are instructions in C#. Thanks for taking the time to read this.