Noobcube Posted September 19, 2008 Posted September 19, 2008 how could i make my script do the following IF checkbox1 is checked and checkbox 2 isnt do this...... If BitAnd(GuiCtrlRead($Checkbox10),$GUI_CHECKED) then Controlsend("xxxx", "", "" ,"=") Controlsend("xxxx", "", "", "{tab}") EndIf is wht im currently using thanks
Skruge Posted September 19, 2008 Posted September 19, 2008 (edited) You almost had it...If BitAnd(GuiCtrlRead($Checkbox1),$GUI_CHECKED) And Not BitAnd(GuiCtrlRead($Checkbox2),$GUI_CHECKED) Then @Edit: CheckBox2 is NOT checked Edited September 19, 2008 by Skruge [font="Tahoma"]"Tougher than the toughies and smarter than the smarties"[/font]
Community On Patrol Posted September 19, 2008 Posted September 19, 2008 Hi Noobcube, Please create descriptive topics. Using one word topics makes it really difficult to use the search feature, and those that could probably answer your question will probably not even read your thread. Doing it enough could cause your posting privileges to be taken away all together, and we don't want that . 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