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

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -