sonicc Posted March 8, 2015 Posted March 8, 2015 I have two windows. I want to control first window with my real mouse and keyboard, and at the same time I want to send keystrokes to second window. It all works fine while second windows is in focus, but that window lose focus keystrokes are not sent. Is it possible to work without focus?
jdelaney Posted March 8, 2015 Posted March 8, 2015 No. Not with ControlSend. Use ControlSetText instead. IEbyXPATH-Grab IE DOM objects by XPATH IEscriptRecord-Makings of an IE script recorder ExcelFromXML-Create Excel docs without excel installed GetAllWindowControls-Output all control data on a given window.
sonicc Posted March 8, 2015 Author Posted March 8, 2015 (edited) I don't want to send only letters, I want to send {tab} and {enter} Is there any solution? Edited March 8, 2015 by sonicc
l3ill Posted March 8, 2015 Posted March 8, 2015 ControlFocus or use winactivate before sending your commands. My Contributions... Reveal hidden contents SnippetBrowser NewSciTE PathFinder Text File Manipulation FTP Connection Tester / INI File - Read, Write, Save & Load Example
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