Mouse tracking in WM5
Mobile
1
Posts
1
Posters
0
Views
1
Watching
-
I have created an user control, and I want to make it so that it can be dragged and dropped in a form freely. Unfortunately user controls are not DND enabled, so i have to write my own events on mouseclick, mousedown and mousemove I am able to mouse the control using my stylus, however, as i move it, the control seems to flicker alot and travel everywhere. It seems like everyother mouse coordinate detected by the mousearg in the mousemove event is off. is there anyway to fix this?