ChosenUno 0 Posted May 29, 2010 I've been messing around with AutoIt for a long time and I must say it's great. I have a question though: When you make scripts that send keystrokes, it'll always send it to the active window? Or is there a way to send it to a specific window and that window only, or even to a process only? Same thing with pixel detection. Thanks:D Share this post Link to post Share on other sites
jaberwacky 327 Posted May 29, 2010 (edited) ControlSend() might be what you want. "Function ControlSend works in a similar way to Send but it can send key strokes directly to a window/control, rather than just to the active window." Edited May 29, 2010 by jaberwocky6669 Helpful Posts and Websites: AutoIt3 Variables and Function Parameters MHz | AutoIt Wiki | Using the GUIToolTip UDF BrewManNH | Can't find what you're looking for on the Forum? Share this post Link to post Share on other sites
ChosenUno 0 Posted May 29, 2010 No such luck with PixelSearch and PixelGetColor? Share this post Link to post Share on other sites
jaberwacky 327 Posted May 29, 2010 No, the pixel functions require that the window be displayed on your monitor. Helpful Posts and Websites: AutoIt3 Variables and Function Parameters MHz | AutoIt Wiki | Using the GUIToolTip UDF BrewManNH | Can't find what you're looking for on the Forum? Share this post Link to post Share on other sites