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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top