Wb-FreeKill Posted November 3, 2004 Posted November 3, 2004 when you created a GUIctrlcreatelabel in the GUI, is it then possible to remove it again by clicking a button?
jpm Posted November 3, 2004 Posted November 3, 2004 Wb-FreeKill said: when you created a GUIctrlcreatelabel in the GUI, is it then possible to remove it again by clicking a button?<{POST_SNAPBACK}>Yes you can use GuiCtrlDelete or GuiCtrlSetState($id, $GUI_HIDE) depending the reusage of the control
Wb-FreeKill Posted November 3, 2004 Author Posted November 3, 2004 okay, but if i want it to remember what was typed in the inputbox for later use?
jpm Posted November 3, 2004 Posted November 3, 2004 Wb-FreeKill said: okay, but if i want it to remember what was typed in the inputbox for later use?<{POST_SNAPBACK}>I don't understand the new question. Are you using a InputBox function or a "input" control created with GuiCtrlCreateInput?Have a look to the doc is the best
this-is-me Posted November 3, 2004 Posted November 3, 2004 GuiCtrlSetState(ctrlid, $GUI_HIDE) Who else would I be?
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