Results 1 to 10 of 10

Thread: tabs

  1. #1
    Borry
    Guest

    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

  2. #2
    Addicted Member reznor's Avatar
    Join Date
    May 2001
    Location
    Netherlands
    Posts
    151
    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

  3. #3
    -= B u g S l a y e r =- peet's Avatar
    Join Date
    Aug 2000
    Posts
    9,629
    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.
    -= a peet post =-

  4. #4
    -= B u g S l a y e r =- peet's Avatar
    Join Date
    Aug 2000
    Posts
    9,629
    The attached sample show you how to use the tabstrip control.

    hope this helps.

    Attached Files Attached Files
    -= a peet post =-

  5. #5
    Borry
    Guest
    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

  6. #6
    Frenzied Member Mark Sreeves's Avatar
    Join Date
    Nov 1999
    Location
    UK
    Posts
    1,845
    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.
    Mark
    -------------------

  7. #7
    Phrozeman
    Guest
    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

  8. #8
    Medicus
    Guest
    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.

  9. #9
    If you decide to use the evil TabStrip control, don't use PictureBoxes as containers--use Frames instead. They require less memory and overhead.

  10. #10
    Frenzied Member Mark Sreeves's Avatar
    Join Date
    Nov 1999
    Location
    UK
    Posts
    1,845
    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?
    Mark
    -------------------

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width