|
-
Apr 5th, 2010, 12:45 PM
#1
Thread Starter
Addicted Member
[RESOLVED] Accessing Tabs Within A Form
I have two tabs on a form, and I would like to know how can I display the second one when a button is clicked? The name of my tab control is tabSurvey.
-
Apr 5th, 2010, 01:03 PM
#2
Lively Member
Re: Accessing Tabs Within A Form
Simple...
vb.net Code:
TabControlName.SelectedTab = Tabnamehere
Need any VB help/
Just PM me!
-
Apr 5th, 2010, 01:05 PM
#3
Thread Starter
Addicted Member
Re: Accessing Tabs Within A Form
That works great! How can I rename my tabs?
-
Apr 5th, 2010, 01:06 PM
#4
Lively Member
Re: Accessing Tabs Within A Form
Click the tab inside the tab control, look at the property window and find where it says Name, and just rename it like that.
And no problem
Need any VB help/
Just PM me!
-
Apr 5th, 2010, 01:10 PM
#5
Thread Starter
Addicted Member
Re: Accessing Tabs Within A Form
Thanks. I couldn't figure it out because I was actually clicking on the tabs instead of the part of the page within the tabs, so i kept only seeing the name of the tab control! LOL Thank you so much!!!
-
Apr 5th, 2010, 01:11 PM
#6
Lively Member
Re: [RESOLVED] Accessing Tabs Within A Form
Im glad to help, if you need help with anything else just ask
Need any VB help/
Just PM me!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|