I'm working on a code, and I don't have time to work on my own mouse hotkey. So I was wondering if any would be so generous to give me a hotkey code for the Left mouse click.
Thank You
i think its is L.button try it :P
:p
Here you are, remember THaNk me if you use this!
Code:
Declare Sub mouse_event Lib "user32" Alias "mouse_event" (ByVal dwFlags As Long, ByVal dx As Long, ByVal dy As Long, ByVal cButtons As Long, ByVal dwExtraInfo As Long)