scone Posted July 27, 2007 Posted July 27, 2007 Hey. I'm trying to send some simple keystrokes to a window but they just don't go. Winactivate works most of the time (sometimes it doesn't--what's with that??) Window Info doesn't return any controls. All i need is to simulate keystrokes while the window is open. is there any reason a window wouldnt accept the Send() function?
DW1 Posted July 27, 2007 Posted July 27, 2007 post some code for us to help you with AutoIt3 Online Help
dufran3 Posted July 27, 2007 Posted July 27, 2007 try getting the control Id's of the input boxes. Then use ControlSend
Paulie Posted July 28, 2007 Posted July 28, 2007 Hey. I'm trying to send some simple keystrokes to a window but they just don't go. Winactivate works most of the time (sometimes it doesn't--what's with that??)Window Info doesn't return any controls. All i need is to simulate keystrokes while the window is open.is there any reason a window wouldnt accept the Send() function?What kind of window is it?Is it a game? those tend to be protected from automated keystrokes.
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