c# - Mouse coordinates on Screen -


how track mouse position on screen regardless of application.i.e. whenever user clicks or select mouse in application, want display own menu @ point itself.

is there way mouse position on screen using c#?

to this, you'd need p/invoke user32.dll , use setwindowshookex().

have here:


Comments

Popular posts from this blog

php - How to build a web site which gives a sub-domain dynamically to every registered user? -

Delphi Wmi Query on a Remote Machine -