Grantson 0 Posted August 14, 2015 Hi Guys I just came back to a little clip board app i put together a couple of years ago Basically using hot keys to send hard coded text to the previously active window essentially (Excuse the wonky pseudo code Func OnButtonPress() send("[Alt][TAB]") Send("Some text")EndFunc There's a little bit of functionality id like to add if possible, When the app starts id like to be able to pick a target window and then send text to thatIs there a way to click on an active window and pass its information to a variable?ThanksGrant Share this post Link to post Share on other sites
JohnOne 1,603 Posted August 14, 2015 First you should define "its information£. AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans. Share this post Link to post Share on other sites
Grantson 0 Posted August 14, 2015 WIndow title, text, Handle, Anything I can assign to a variable to target the window Share this post Link to post Share on other sites
JohnOne 1,603 Posted August 14, 2015 Look in the help file at Win* functions more precisely WinGet* AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans. Share this post Link to post Share on other sites