Mouse Tracking
C#
1
Posts
1
Posters
0
Views
1
Watching
-
I want to track the mouse position by drawing a line or cross at the location of the pointer. What I can't figure out is how to erase the previous location from the display. In other languages I would have done used a XOR pen but I can't find the same thing in C#. I want the behavior to be something similar to the tracking line when panels are resized. Thanks, Eric