NerdFencer Posted January 24, 2009 Posted January 24, 2009 I'm trying to automate an installer (which does not have a silent install), and i was wondering if there is a way to get the control ID of a button without randomly guessing numbers, any ideas? _________[u]UDFs[/u]_________-Mouse UDF-Math UDF-Misc Constants-Uninstaller Shell
Authenticity Posted January 24, 2009 Posted January 24, 2009 Is this control belong to your GUI window? if so GuiCtrlCreate* returns the control's ID of course, if it's some other window which is not created by your GUI you can use WinWaitActive, WinGetHandle, ControlClick, ControlSend, etc... Use "AutoIt Window Info" tool to get information about the window class or other things.... (Dunno if it'll help you to get the control ID but it might help)
AzKay Posted January 24, 2009 Posted January 24, 2009 (edited) AutoIt Window Info, Should be under Program Files > AutoIt3.EDIT::Didnt see Authenticity mention it.Also; The window info program can tell you the control id info too. Edited January 24, 2009 by AzKay # MY LOVE FOR YOU... IS LIKE A TRUCK- #
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