Dgameman1 10 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 Share this post Link to post Share on other sites
monoscout999 10 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. Share this post Link to post Share on other sites
Dgameman1 10 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? Share this post Link to post Share on other sites
monoscout999 10 Posted September 5, 2011 Please use only one topic about the same thing.. i already anser you in the other topic. Share this post Link to post Share on other sites