Hawlong Posted November 12, 2018 Posted November 12, 2018 Hello , What is the benefit of this --->> Handle 0x002B026C i got it from Au3Info.exe And how can I use it .
Moderators JLogan3o13 Posted November 12, 2018 Moderators Posted November 12, 2018 @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!
boomingranny Posted November 12, 2018 Posted November 12, 2018 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.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now