C# Mouse Movement Outside Form [duplicate]
问题 This question already has answers here : Mouse movement capture (3 answers) Closed 6 years ago . I am trying to track mouse movements in my code. It's easy to track mouse movements in form window but i wanted to track mouse movements outside of my from window. i mean i will minimize my from to tray and track where it is . Any idea how to track mouse movemtns outside of my form windows with sample codes or sample explanation links? I am using c# and i would like to know how. Thanks for your