nowayhome2 Posted August 2, 2009 Posted August 2, 2009 How can i move the mouse without moving it so i can run my program silently , i Google around and searched and couple people have said controlsend() but i don't know how exactly to use it in a way that will make my mouse move without disturbing my daily work
AdmiralAlkex Posted August 2, 2009 Posted August 2, 2009 There is no way to move your mouse in the "background". You have ControlSend() for sending text, and ControlClick() for sending mouse clicks. Look in your helpfile for what the other Control*() functions do. .Some of my scripts: ShiftER, Codec-Control, Resolution switcher for HTC ShiftSome of my UDFs: SDL UDF, SetDefaultDllDirectories, Converting GDI+ Bitmap/Image to SDL Surface
WannaLearnPls Posted August 7, 2009 Posted August 7, 2009 well, he can still make use of ControlClick in order to move the mouse where he wants if he intends to click on that position of course.. >_<ControlClick ( "title", "text", controlID [, button [, clicks [, x [, y ]]]] )ControlClick
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now