Julita Posted June 17, 2008 Posted June 17, 2008 I'd like to refresh my GUI Window, I have a button that disables a check box - how do I refresh my GUI to show that it's disabled? Cheers,
nobbe Posted June 17, 2008 Posted June 17, 2008 (edited) help file -> GUICtrlSetState ( controlID, state ) $GUI_UNCHECKED Radio, Checkbox or ListViewItem will be unchecked. $GUI_CHECKED Radio, Checkbox or ListViewItem will be checked. $GUI_ENABLE Control will be enabled. $GUI_DISABLE Control will be greyed out. Edited June 17, 2008 by nobbe
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