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
Post a Comment