halpplz 0 Posted May 9, 2011 Is there some code to make Autoit run in a designated window even if tabbed out? I couldn't find it anywhere if so Share this post Link to post Share on other sites
Jos 2,210 Posted May 9, 2011 Is there some code to make Autoit run in a designated window even if tabbed out? I couldn't find it anywhere if so This is as Clear as mud... so what is it you want again? 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. Share this post Link to post Share on other sites
halpplz 0 Posted May 9, 2011 I was trying to figure out if there was a way to make Autoit work in a window that you specify even if you're tabbed in to a different window. I just started using Autoit, I have some experience with java. I looked around google / the forums and couldn't find what I was looking for. Share this post Link to post Share on other sites
Jos 2,210 Posted May 9, 2011 (edited) So you want to do actions on a Window that doesn't have the focus? If so, look at the ControlXXXX()functions in the Helpfile. Jos Edited May 9, 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. Share this post Link to post Share on other sites
halpplz 0 Posted May 9, 2011 So you want to do actions on a Window that doesn't have the focus?If so, look at the ControlXXXX()functions in the Helpfile.JosThank you. Share this post Link to post Share on other sites