Results 1 to 3 of 3

Thread: Tab Control

  1. #1

    Thread Starter
    Registered User
    Join Date
    May 1999
    Location
    Melbourne, Victoria, Australia
    Posts
    47

    Angry

    Every time I try and place a tab control on a form from the toolbox it remains transparent in design mode and form view. If I put Controls on the second page they can be seen through the first page. Whats going on??

    Paul
    Need your help

  2. #2
    Frenzied Member Buzby's Avatar
    Join Date
    Jan 1999
    Location
    UK
    Posts
    1,670
    Firstly, don't use the Tabbed Dialog control including the Microsoft Windows Common Controls library because it's crap - used the one labelled up as Microsoft Tabbed Dialog Control separately on the components list.

    Secondaly, you can't drag controls onto a page of the tabbed control - you need to CUT the control, click on the tabbed control and then PASTE the control onto it.

    'Buzby'
    Visual Basic Developer
    "I'm moving to Theory. Everything works there."

  3. #3
    Guru Clunietp's Avatar
    Join Date
    Oct 1999
    Location
    USA
    Posts
    1,844
    yes, the Tabbed Dialog Control (the separate OCX) is much easier to work with than the one included with the common controls

    If you must use the one with the common controls, put all of your controls for each tab in a frame. On the click event of the tab, show and hide the appropriate frames. This is a bit of smoke and mirrors, but it is how it works


    Tom

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