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