有关TABCONTROL选项卡的动态选择方法
TabControl1.SelectedIndex=1;//The second tab
this.tabcontrol1.tabpage[0].show();
this.tabcontrol1.tabpage[1].show();
this.tabControl1.SelectedIndex=index;
TabControl1.SelectedIndex=1;//The second tab
this.tabcontrol1.tabpage[0].show();
this.tabcontrol1.tabpage[1].show();
this.tabControl1.SelectedIndex=index;