Active TabPage

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.
 
S

Stefan Hoffmann

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 <--
 
Top