foxman11 Posted June 21, 2013 Posted June 21, 2013 I'm need to do a fairly simple mouse automation. Is it possible to create scripts with autoit that don't take over your mouse so I can do other things while the mouse automation script runs in the background. If you know another programs that allows that let me know.
meisandy Posted June 21, 2013 Posted June 21, 2013 (edited) It depends on what you want to automate but in general no - not if you need to do everything by mouse. The only way you could automate things and keep control would be to use the _IE* UDF functions with an embedded IE object, a UDF that programatically communicates with something (such as the Outlook UDF) or by using some sort of COM reference. And unfortunately I don't believe you'll find another solution out there that allows you to mimic mouse movements whilst still being able to do other things, simply because of the way Windows works. Edited June 21, 2013 by meisandy
ReaImDown Posted June 21, 2013 Posted June 21, 2013 ControlSend ControlClick [u][font="Century Gothic"]~я α и d γ ĵ . ċ . ѕ қ ϊ и и ε я~- My Programs -auto shutdownSleep funcdisallow programs[/font][/u]
foxman11 Posted June 22, 2013 Author Posted June 22, 2013 ControlSend ControlClick I checked these out. Found their usefulness limiting on the client I need them to work on.
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