Computer Science Canada Is there a way to force your mouse to move? |
Author: | HazySmoke)345 [ Fri Nov 18, 2005 5:08 pm ] |
Post subject: | Is there a way to force your mouse to move? |
Such as, forcing it to move and click somewhere and such using a program. Is it possible to code it with VB? |
Author: | [Gandalf] [ Fri Nov 18, 2005 7:08 pm ] |
Post subject: | |
Not sure about VB, but it is highly possible using macros. Look them up on google and you will find everything you need. |
Author: | Brightguy [ Fri Nov 18, 2005 10:30 pm ] | ||
Post subject: | Re: Is there a way to force your mouse to move? | ||
Play around with SetCursorPos and mouse_event. Here's the basic outline to get you started:
|