0
Reply

Getting mouse events outside of application

clive908

clive908

Nov 28 2003 5:59 AM
1.7k
I need to display the current mouse position regardless of where on the screen the mouse is. The normal mouse events only fire when the mouse is over the control itself. Using [override void WndProc()] doesn't work either. How can I get the mouse events that occur outside of my application? Gordon