Jump to content

General ControlSend text+Enter question


Recommended Posts

hi, when I tried to use Controlsend to send text+Enter to window,

ControlSend("XXX", "", "", "hello{ENTER}")

I noticed ControlSend("XXX", "", "", "hello{ENTER}")

sometimes can not send complete sentense, it seems like the computer presses the {ENTER} before the text string is finished,

when I do ControlSend("XXX", "", "", "hello") + sleep(100) + ControlSend("XXX", "", "", "{ENTER}") it is fine always

is this a AutoIt's controlsend bug problem? or my computer problem? or when we do text+ENTER it's always like this?

any other get around for long text input?

thanks.

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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