Results 1 to 3 of 3

Thread: The TabStrip control

  1. #1

    Thread Starter
    Member
    Join Date
    Jan 2000
    Location
    brooklyn
    Posts
    48

    Post

    Hey EveryBody:

    I am debugging somebody's else program. He has 3 tabs in the tabstrip control. and there is a picture and combo boxes controls in the second tab and there is some regular controls in the third tab.

    I want to know how to bring the second tab to the front while I am in the design mode.

    Also How can I populate the combe box on the second tab with code, How Can I reference the controls on the second tab in the code.

  2. #2
    Frenzied Member Buzby's Avatar
    Join Date
    Jan 1999
    Location
    UK
    Posts
    1,670

    Post

    You should be able to just click on the tab in design mode - failing that change the Tab property of the control.



    ------------------
    Mark "Buzby" Beeton
    VB Developer
    [email protected]



  3. #3
    Addicted Member pardede's Avatar
    Join Date
    Jan 2000
    Posts
    232

    Post

    Remember: the tabstrip control is NOT a container, so all controls on either of its tab are NOT really place on the tabs.. but on the forms, eventually on other containers (like frames and picture controls). The programmer might have drawn the controls in such an order that some controls are behind others (thus not seen in design mode). Try "send to back" some of the controls on the foreground, you might be able to see the other controls...

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