Using VB6
sstab name as sstab1
Tab one was named “t1” and tab two was named “t2”
Code in vb.net
sstab1.selectedtab = t1 ' for tab one
sstab1.selectedtab = t2 ' for tab two
How to write a code in VB
Need VB6 Code Help
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Simply;
Where
nis the 0 based index, sosstab1.Tab = 0for the 1st tab.