Search results for query: *

  1. B

    How do you programmatically click the mouse?

    malitice, I take it you aren't wanting to click a button. You simply want to be able to perform a mouse click at any location on the screen. This can be done by adding the following method to your code: DeclareSub mouse_event Lib "user32" Alias "mouse_event" (ByVal dwFlags AsLong, ByVal dx...
Back
Top