Jump to content

Controlclick


Recommended Posts

How come with this line of code, it won't click Browse

ControlClick ("Import Wizzard", "", "B&rowse...")

I've also tried

ControlClick("Import Wizzard", "", 1013)

ControlClick("Import Wizzard", "B&rowse", 1013)

1013 is the ControlID given by the AutoIT window Info

please help

Link to comment
Share on other sites

How come with this line of code, it won't click Browse

ControlClick ("Import Wizzard", "", "B&rowse...")

I've also tried

ControlClick("Import Wizzard", "", 1013)

ControlClick("Import Wizzard", "B&rowse", 1013)

1013 is the ControlID given by the AutoIT window Info

please help

you've misspelled Wizard in both attempts.
Link to comment
Share on other sites

  • Moderators

You could always try:

WinWait('Import Wizard', 'Transcript File')
ControlClick("Import Wizard", "", 'Button7')

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.

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