Jump to content

Make button within button.. =O?


 Share

Recommended Posts

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 by Dgameman1
Link to comment
Share on other sites

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 button99

What I want is that so when I click button99, button99 and label2, Hide.

How do I do that?

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...