Performing a mouse click without moving cursor

You should use Win32 API.
Use pInvoked SendMessage from user32.dll

pInvoked Function

Then read about mouse events:
Mouse Input on msdn

And then read about: System events and Mouse Mess…….

Also there is lots of info:
Info

Leave a Comment