|
-
Jul 9th, 2001, 04:08 AM
#1
tabs
Hello everybody,
I am using first time tabs in my form. But I really can't get to my second tab to modify my design on the second tab.
I really hope someone can help me out !
Thanks,
Bjorn
-
Jul 9th, 2001, 04:23 AM
#2
Addicted Member
If you're using the tabstrip, then it's not easy. I always use the SSTab control. It's a container so you can put other controls in easy and you can select the different tabs at design time.
It's listed under components as MS tabbed dialog control 6.0
Rick
"Computers are incredibly fast, accurate and stupid. Human beings are incredibly slow, inaccurate and brilliant. Together they are powerful beyond imagination." - Albert Einstein
-
Jul 9th, 2001, 04:24 AM
#3
-= B u g S l a y e r =-
You will have to add a container control for each tab you add.
You could use an array of Pictureboxex, and then when clicking a tab, you would set the correct picturebox's visible prop to true, and the rest to false.
-
Jul 9th, 2001, 04:37 AM
#4
-
Jul 9th, 2001, 04:40 AM
#5
Hello,
thanks a lot for your quick responses !
It's always a pity that microsoft their docs are so poor...
What are the pro 'n contras of using the SSTab control vs tabstrips ?
Thanks a lot,
Bjorn
-
Jul 9th, 2001, 04:43 AM
#6
Frenzied Member
Originally posted by Borry
What are the pro 'n contras of using the SSTab control vs tabstrips ?
SSTab was originally a Sheridan Controls control and I presume Sheridan developed it because the vb tabstrip is just plain crap.
-
Jul 9th, 2001, 06:40 AM
#7
Originally posted by Borry
Hello everybody,
I am using first time tabs in my form. But I really can't get to my second tab to modify my design on the second tab.
I really hope someone can help me out !
Thanks,
Bjorn
Hehe 
I had the same problem 2... Thnx for the advises
-
Jul 9th, 2001, 07:00 AM
#8
Try Right-Click on the TABs to go from one to the other. At least, that's how I do it with the BeCubed Tab Control. A lot easyer than typing the value in the ActiveFolder Property.
-
Jul 9th, 2001, 11:08 AM
#9
Member
If you decide to use the evil TabStrip control, don't use PictureBoxes as containers--use Frames instead. They require less memory and overhead.
-
Jul 9th, 2001, 02:34 PM
#10
Frenzied Member
Originally posted by filburt1
If you decide to use the evil TabStrip control, don't use PictureBoxes as containers--use Frames instead. They require less memory and overhead.
How do you know that?
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
|