stev379 Posted February 10, 2005 Posted February 10, 2005 How can I create a checkbox that will default to having a check already in it? Thanks! $Drv1=GUICtrlCreateCheckbox("\\Server1\Share1",25,25)
CyberSlug Posted February 10, 2005 Posted February 10, 2005 #include <GuiConstants.au3> $Drv1=GUICtrlCreateCheckbox("\\Server1\Share1",25,25) GuiCtrlSetState($Drv1, $GUI_CHECKED) Use Mozilla | Take a look at My Disorganized AutoIt stuff | Very very old: AutoBuilder 11 Jan 2005 prototype I need to update my sig!
stev379 Posted February 10, 2005 Author Posted February 10, 2005 I knew that was it. I don't know why I kept looking in the wrong spot. Thanks!
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