Jump to content

Recommended Posts

  • Moderators
Posted

@Hawlong AutoIt has a wonderful help file, with a pretty decent search feature. If you had searched "Handle" you would quickly come up with ControlGetHandle. Might be worth taking a look at the example script to see where you might use it, as only you can answer that question.

"Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball

How to get your question answered on this forum!

Posted

Both windows and the controls inside a window have handles, which are "unique Identifiers" that you can use to reference them. When a window is created it gets it's handle, and the controls inside get their handles. Personally, I use handles mostly when other attributes are going to change. EG. If I attach to a window by its title, I will then get its handle, so if its title changes I can still identify (and then talk to) the window.

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