ashley Posted September 22, 2007 Posted September 22, 2007 is there a way to see if checkboxes checked... Free icons for your programs
Emperor Posted September 22, 2007 Posted September 22, 2007 First you need to get the control ID of the checkbox, then check out the GUICtrlRead function in the help file.
ashley Posted September 22, 2007 Author Posted September 22, 2007 First you need to get the control ID of the checkbox, then check out the GUICtrlRead function in the help file.sorry i ment how do i check them so there allready checked when program opened Free icons for your programs
GaryFrost Posted September 22, 2007 Posted September 22, 2007 sorry i ment how do i check them so there allready checked when program openedI'm guessing this is for a script with check boxes, look in the help at GUICtrlSetState SciTE for AutoItDirections for Submitting Standard UDFs Don't argue with an idiot; people watching may not be able to tell the difference.
=sinister= Posted September 22, 2007 Posted September 22, 2007 GUICtrlSetState($Checkbox, $GUI_CHECKED)
Blue_Drache Posted September 22, 2007 Posted September 22, 2007 GUICtrlSetState($Checkbox, $GUI_CHECKED) Spooooooooooooooooooooooooooooooooon!!! Lofting the cyberwinds on teknoleather wings, I am...The Blue Drache
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