so long as you know what the name name of the tab and it's index you may want to create class for this but do something like the following

VB Code:
  1. Me.TabControl1.TabPages.Remove(Me.TabPage1)
  2. Me.TabControl1.TabPages.Insert(0, Me.TabPage1)