How to Tell a tab control which tab to have open from the ON_Load

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi, I have a form with a tab control with lots of tabs. In the on_load of
the form, based on where the user came from, I want to be able to tell which
tab is "open" when the form is drawn.
Any idea?
Thanks,
Steve
 
Examine the Value of the tab control.
It is equal to the PageIndex of the chosen page.
 
Back
Top