Tri Posted December 8, 2007 Posted December 8, 2007 I'm looking for a function simliar to ControlSend in AHK. Basically it'll send keys to an inactive window in the taskbar.
weaponx Posted December 8, 2007 Posted December 8, 2007 You mean like ControlSend()? Open your help file, its under Window Management > Controls
Tri Posted December 8, 2007 Author Posted December 8, 2007 (edited) my function is quite long about 20 lines that i want to process so I just ControlSend() wrap around the whole function?? function got keystroke delay & and 'while' kinda hard to wrap that whole thing in ======================== document didn't help much posted 2 format ControlSend ( "title", "text", controlID, "string" [, flag] ) ControlSend [, Control, Keys, WinTitle, WinText, ExcludeTitle, ExcludeText] which one i use now ======================== i have the following: AutoItSetOption("SendKeyDelay", 1000) Send("12345") how do i put that into ControlSend under - ControlSend ( "title", "text", controlID, "string" [, flag] ) Edited December 8, 2007 by Tri
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