I am writing a program with a tab control, giving the user an option to add a new tab. When the user adds a new tab it works fine, when the application closes then reopens the tab that they created is gone. Is there a way to permenantly add tab to the tabcontrol? To create the tab I am using tbcMain.TabPages.Add(newPage);