So i have several tabs, and i close them all using a button with:
TabControl1.Controls.Remove(TabControl1.SelectedTab)
But I have been trying to figure out how to make sure the main tab doesnt close.
What can i do to make sure the main tab can't shut down, when closing tabs with the above code?
Thanks in advance
-Doc