Waralek Posted October 8, 2011 Posted October 8, 2011 I created a program that allows me to automate certain steps that I run repeatedly on certain programs and the OS. But to perform these steps I made use of commands, send (), mouseMove (), mouseclick (), hotkeyset, etc. ... But I want to do all this while I'm working with another window of the OS. Can I change the functions, or perhaps with other commands, so that I can do this? Thank for all answers !
Developers Jos Posted October 8, 2011 Developers Posted October 8, 2011 Did you search for answer before posting? Believe I have seen this particular question asked before once or twice.... SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
Waralek Posted October 8, 2011 Author Posted October 8, 2011 Thank you so much response, you must understand that I am not being native English speakers do not come easy to me to lookon the forum ... However, if you give me a link that talk about this, you would do me a big favor ^ ^.
Developers Jos Posted October 8, 2011 Developers Posted October 8, 2011 (edited) Same counts for me and to be honest, there was nothing wrong with the English in your initial post. but, the answer is: NO, you can not have a script "stirring" your game or program while you are doing something else on the PC when using those commands. Jos Edited October 8, 2011 by Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
AdmiralAlkex Posted October 8, 2011 Posted October 8, 2011 Instead of Send() and MouseClick() look at ControlSend(), ControlClick() and other Control*() funcs as they work directly on the window. .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
Waralek Posted October 9, 2011 Author Posted October 9, 2011 Instead of Send() and MouseClick() look at ControlSend(), ControlClick() and other Control*() funcs as they work directly on the window.If i write a code with this func, can i do another thing while the program work?
AdmiralAlkex Posted October 9, 2011 Posted October 9, 2011 There's no guarantees, just try. .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
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