How to track mouse X/Y position and print it to a label? [duplicate]
问题 This question already has answers here : Capturing mouse/keyboard events outside of form (app running in background) (2 answers) Closed 2 years ago . I know how to modify cursor position from examples on MSDN. My question is how to check position of mouse while mouse moves and then print X and Y position to representing labels? EDIT: Lets say I want to track my mouse position from my entire screen. EDIT 2: My app will be in the back ground/minimized. I'm already using Mouse Hooks: namespace