Hi.
In my mfc dialog application i want to move mouse to the point,but i can't find any function for it,is it possible?
Printable View
Hi.
In my mfc dialog application i want to move mouse to the point,but i can't find any function for it,is it possible?
i'm not sure if i understand what you want. can you elaborate?
Take a look at API SetCursorPos
in addition to ::SetCursorPos() you can use also
::mouse_event(..)
::SendInput(..)
if i helped dont forget to rate :-)
Cheers
For most mice, if you want their movement to be controlled programmatically, you would need a computer-controlled robot... :D