It's been yonks since I've done any VB6...
I need to take control of the mouse pointer and move it smoothly between two points.
Is the best way to do this a combination of GetCursorPos
, SetCursorPos
and a timer or two, or is there a better way?
Thanks for any help.