Jump to content

how to make script uncheck a checkbox in GUI?


wictro
 Share

Recommended Posts

i have

$Checkbox = GUICtrlCreateCheckbox("toggle",1, 1, 0, 0)

my script goes:

$var = GUICtrlRead($Checkbox)

If $var = 1 Then

<-------------------------------------how to uncheck the GUI checkbox?

"do stuff"

EndIf

I have tried :

GUICtrlSetData ($Checkboxlookaround, 4)

But that changes the checkbox text, rather than the value ;P

thanks,

wic

Edited by wictro
Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...