|
-
June 7th, 2005, 09:14 AM
#1
how to move mouse to the point
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?
-
June 7th, 2005, 09:15 AM
#2
Re: how to move mouse to the point
i'm not sure if i understand what you want. can you elaborate?
-
June 7th, 2005, 09:16 AM
#3
Re: how to move mouse to the point
Take a look at API SetCursorPos
-
June 7th, 2005, 09:57 AM
#4
Re: how to move mouse to the point
in addition to ::SetCursorPos() you can use also
::mouse_event(..)
::SendInput(..)
if i helped dont forget to rate :-)
Cheers
-
June 7th, 2005, 10:49 AM
#5
Re: how to move mouse to the point
For most mice, if you want their movement to be controlled programmatically, you would need a computer-controlled robot...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|