lawonama Posted January 12, 2013 Posted January 12, 2013 Well hello there, I'm trying to send keys to an un-opened (unactivated?) window. The code I use is this: Func start() ControlSend("[CLASS:Notepad]", "", "", "Hello {Enter}") EndFunc While 1 HotKeySet("{F2}","start") Wend Yet it only works when I have the NotePad opened. I want it to work when the page is on minus. (On the taskbar but not open)
JohnOne Posted January 12, 2013 Posted January 12, 2013 ControlSend("[CLASS:Notepad]", "", "[CLASS:Edit; INSTANCE:1]", "Hello {Enter}") 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