Grantson Posted August 14, 2015 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
JohnOne Posted August 14, 2015 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.
Grantson Posted August 14, 2015 Author Posted August 14, 2015 WIndow title, text, Handle, Anything I can assign to a variable to target the window
JohnOne Posted August 14, 2015 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.
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