When i press the first button i want to create an new instance of the tab control which i already made in the editor, can for example add it by typing; this.Controls.Add(tabControl1); And when i press the second button i want to scrap the tab control.