CaptainBeardsEyesBeard Posted July 5, 2018 Posted July 5, 2018 (edited) Hi I can't for the life of me see why it's not sending the data to the control? Local $hWnd1 = WinWait("[CLASS:ThunderRT6TextBox"], "", 10) ; Wait for 2 seconds. Sleep(7000) ; Send a string of text to the edit control of Notepad. The handle returned by WinWait is used for the "title" parameter of ControlSend. ControlSend($hWnd1, "", "ThunderRT6TextBox20", "TEst Test") Sleep(4000) I've attached the screenshot of the AutoIT window Edited July 5, 2018 by CaptainBeardsEyesBeard
Skeletor Posted July 5, 2018 Posted July 5, 2018 Didn't you just ask this same question here and also here? Kind RegardsSkeletor "Coffee: my defense against going postal." Microsoft Office Splash Screen | Basic Notepad Program (Beginner) | Transparent Splash Screen | Full Screen UI
CaptainBeardsEyesBeard Posted July 5, 2018 Author Posted July 5, 2018 Not to worry managed to solve it by using the first Class name.
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