Getting mouse events outside of application
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