Jump to content

Recommended Posts

Posted

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,

Posted (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 by nobbe

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
×
×
  • Create New...