|
-
Nov 15th, 2002, 09:30 AM
#1
Thread Starter
Lively Member
tabcontrol *solved*
how do you make in the code that a tab-page is visible??
like when you click on a linklabel, you go automaticly to another tab-page.
i really have no idea.
Last edited by freightliner; Nov 21st, 2002 at 02:51 AM.
very handy: [vbcode][/vbcode]
VB.NET - VB6 - VBA - ASP - RPG(AS/400) - C++ - java - SQL
look in the help, many probs can be solved that way.
I know, i'm to lazy too.
PLEASE PUT RESOLVED IF RESOLVED!!
-
Nov 15th, 2002, 05:43 PM
#2
Lively Member
This works for me when i click on a button so a link label shouldn't be any different.
Code:
Me.tbMain.SelectedTab = TabPage3
-
Nov 17th, 2002, 05:29 AM
#3
Fanatic Member
didn't know it was that easy
- Use the thread tools to Mark your Thread as Resolved when your question is answered.
- Please Rate my answers if they where helpful.
-
Nov 19th, 2002, 08:24 AM
#4
Thread Starter
Lively Member
very handy: [vbcode][/vbcode]
VB.NET - VB6 - VBA - ASP - RPG(AS/400) - C++ - java - SQL
look in the help, many probs can be solved that way.
I know, i'm to lazy too.
PLEASE PUT RESOLVED IF RESOLVED!!
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
|