MajSlayer420 0 Posted January 28, 2007 How do I get a TRUE or FALSE int variable data from this checkbox code? Also how do I update this variable during program flow? so that I can keep track of the checkbox status while program is in operation $Checkbox1 = GUICtrlCreateCheckbox("Use sound", 7, 69, 221, 17) I used Koda and am new to AutoIt and GUI programing in general. Simple code would help, im really new to using forms. Thanks in advance: MajSlayer420 Share this post Link to post Share on other sites
SmOke_N 207 Posted January 28, 2007 How do I get a TRUE or FALSE int variable data from this checkbox code?Also how do I update this variable during program flow? so that I can keep track of the checkbox status while program is in operation$Checkbox1 = GUICtrlCreateCheckbox("Use sound", 7, 69, 221, 17) I used Koda and am new to AutoIt and GUI programing in general. Simple code would help, im really new to using forms.Thanks in advance:MajSlayer420Look in the help file under the control you are creating, there is an example of how to tell whether it is checked or unchecked. Hide SmOke_N's signature Hide all signatures Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer. Share this post Link to post Share on other sites