Active TabPage

  • Thread starter Thread starter Ray
  • Start date Start date
R

Ray

How can you tell programmatically which page in a tab control is
active?

I hope this isn't a repeat - I made a quick look and didn't see it.
I apologize if it is.
 
hi Ray,
How can you tell programmatically which page in a tab control is
active?
TabCtl.Pages(TabCtl.Value).Name

or

TabCtl.TabIndex


mfG
--> stefan <--
 

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