tabControl1.SelectedTab = MyTab;
or
tabControl1.SelectedTab = tabControl1.TabPages["tabName"];
Where tabName is the Name of the tab you want to activate (tabName is NOT the text display).
tabControl1.SelectedTab = MyTab;
or
tabControl1.SelectedTab = tabControl1.TabPages["tabName"];
Where tabName is the Name of the tab you want to activate (tabName is NOT the text display).