kenneal Posted September 5, 2005 Posted September 5, 2005 Is it possible to send text/keystrokes to an unactive windows? That means lets say while im browsing or gaming, the script is in the background doing other actions in the other unfocused window
LxP Posted September 5, 2005 Posted September 5, 2005 Welcome to the forums!Take a look at the ControlSend() command -- it will likely be what you're after. Maybe the WinMenuSelectItem() command will be useful as well.
kenneal Posted September 5, 2005 Author Posted September 5, 2005 Thanks for the welcome ControlSend("Untitled", "", "Edit1", "This is a line of text in the notepad window") Lets say I have opened Autoit windows info, the program which I am about to input text does not appear to have a classnameNN which Notepad has(Edit1). How can I go about inputing text to that particular program this way?
LxP Posted September 5, 2005 Posted September 5, 2005 I've seen people issue a ControlSend() instruction leaving the control field blank:ControlSend("Window", "", "", "Send!")Let me know if this idea works for you.
kenneal Posted September 5, 2005 Author Posted September 5, 2005 Actually I tried it earlier, it didnt work, now that you suggested it I tried it again and it works.. perhaps a typo earlier. Thanks a lot and have a nice day
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