toofat 1 Posted April 24, 2005 How to hide or disable a specific TabItem? Example: $Test = GuiCtrlCreateTabItem ('MyTab') I tried this: GUICtrlSetState (-1, $GUI_HIDE) or GUICtrlSetState ($Test, $GUI_HIDE) And this: GUICtrlSetState (-1, $GUI_DISABLE) or GUICtrlSetState ($Test, $GUI_DISABLE) And this also: GUICtrlSetState (-1, $GUI_HIDE + $GUI_DISABLE) or GUICtrlSetState ($Test, $GUI_HIDE + $GUI_DISABLE) And nothing worked ... So, HOW TO HIDE OR DISABLE A SPECIFIC TabItem ??? Share this post Link to post Share on other sites