|
-
Oct 10th, 2000, 06:46 PM
#1
Thread Starter
Frenzied Member
Hi,
Is it possible to select a certain tab on a tabstrip in code?
For example, I have a form with a tabsrip with 3 tabs. I have a command button that when pressed, will select tab 2.
Any help and example code would be appreciated..
DAn
-
Oct 11th, 2000, 09:01 AM
#2
Addicted Member
Ofcourse that's possible.
Code:
TabStrip1.Tabs(Index of the tab you want).Selected
This is the way to do it.
Catch you later,
Jeroen Hoekemeijer
Code:
If 1 = 2 Then MajorError
-
Oct 11th, 2000, 09:30 AM
#3
Thread Starter
Frenzied Member
Thanks.. By the way.. It's:
Code:
TabStrip1.Tabs(Index).Selected = True
Dan
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
|