Jump to content

Recommended Posts

Posted (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

1.PNG

Edited by CaptainBeardsEyesBeard

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...