Wb-FreeKill 0 Posted November 3, 2004 Share Posted November 3, 2004 when you created a GUIctrlcreatelabel in the GUI, is it then possible to remove it again by clicking a button? Link to post Share on other sites
jpm 164 Posted November 3, 2004 Share Posted November 3, 2004 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 Link to post Share on other sites
Wb-FreeKill 0 Posted November 3, 2004 Author Share Posted November 3, 2004 okay, but if i want it to remember what was typed in the inputbox for later use? Link to post Share on other sites
jpm 164 Posted November 3, 2004 Share Posted November 3, 2004 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 Link to post Share on other sites
this-is-me 6 Posted November 3, 2004 Share Posted November 3, 2004 GuiCtrlSetState(ctrlid, $GUI_HIDE) Who else would I be? Link to post Share on other sites
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