hmsSurprise Posted April 5, 2007 Posted April 5, 2007 Is there something similar to GUICtrlRead that I could use for regular MS Window to read the state of a check box? Thanx, jh
PsaltyDS Posted April 5, 2007 Posted April 5, 2007 hmsSurprise said: Is there something similar to GUICtrlRead that I could use for regular MS Window to read the state of a check box?Thanx,jhGUICtrlRead() and ControlCommand() will work fine on a check box in a "regular MS Window". All you need is the control ID or ClassNN name of the control. If you don't have that, your issue is how to find it, not how to read it. The AutoIt Window Info Tool (AU3Info) is your friend! Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
hmsSurprise Posted April 5, 2007 Author Posted April 5, 2007 PsaltyDS said: The AutoIt Window Info Tool (AU3Info) is your friend! Thanks, he sure is!jh
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