Jump to content

Recommended Posts

Posted

i cannot get controlID with "AutoIt Window Info", so i use controlsend("xx...xx", "", "", "hello", 0) ,but it can't be work, what can be instead for controlID? Using ("") is wrong?? :whistle:|

  • Moderators
Posted

Just for notepad, when i run it , the word "hello" will appear in the SciTE4AutoIt3.

Try using the window handle as the title.

Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.

  • Moderators
Posted

$Handle = 'Window I want To Interact With'
ControlSend($Handle, '', '', 'Hello')

Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.

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...