[Request] Mouse Hotkey
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
Thank You
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)
mouse_event(&H2, 0, 0, 0, 1)
mouse_event(&H4, 0, 0, 0, 1)