Dgameman1 Posted September 5, 2011 Posted September 5, 2011 (edited) Ok, I have another problem Func button1() msgbox(32, "About", "Created by mee") EndFunc Func button2() GUICtrlSetState($button2, $GUI_HIDE) GUICtrlSetState($button3, $GUI_HIDE) GUICtrlSetState($label1, $GUI_HIDE) $label2=GuiCtrlCreateLabel("Select a task",169,9,100,30) $button99=GuiCtrlCreateButton("Go back",10,6,50,20) Func button99() GUICtrlSetState($label99, $GUI_HIDE) GUICtrlSetState($label2, $GUI_HIDE) EndFunc EndFunc Func button3() EndFunc How can I now make button99 do something? Edited September 5, 2011 by Dgameman1
monoscout999 Posted September 5, 2011 Posted September 5, 2011 What do you mean with "do something..."? post the entire code please and provide more context, becuase i can not understand you.
Dgameman1 Posted September 5, 2011 Author Posted September 5, 2011 What do you mean with "do something..."? post the entire code please and provide more context, becuase i can not understand you. So I created a button named button99What I want is that so when I click button99, button99 and label2, Hide.How do I do that?
monoscout999 Posted September 5, 2011 Posted September 5, 2011 Please use only one topic about the same thing.. i already anser you in the other topic.
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