Link to home
Start Free TrialLog in
Avatar of aarontham
aarontham

asked on

TabControl current tab vb.net 2008

i have a tabcontrol with few Tab.how to check which tab that user are currently use.
Avatar of wht1986
wht1986
Flag of United States of America image

this.tabControl1.SelectedTab is the actual tab and
this.tabControl1.Selectedindex will give you an integer of the index in the this.tabControl1.TabPages[] array the current tab is in
Avatar of aarontham
aarontham

ASKER

i new in vb.net. can you help to provide some sample code.
ASKER CERTIFIED SOLUTION
Avatar of JosephGermanOcena
JosephGermanOcena
Flag of Philippines image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial