Results 1 to 6 of 6

Thread: Adding controls in the SSTab control

  1. #1

    Thread Starter
    New Member
    Join Date
    Jul 2002
    Posts
    3

    Question Adding controls in the SSTab control

    Hi,

    In VB 6.0 we had the sSSTab control where we could drag and drop different controls on each tab, for eg. 3 controls in tab 0 and 2 in tab 1. but I'm noy able to do this in VB.NET as all the tabls show whatever control i try to add. The tab i've used is the Microsoft Tabbed Dialog Control 6.0

    any answers pls

    Vishwas

  2. #2
    Lively Member ac11965's Avatar
    Join Date
    May 2000
    Location
    East London, South Africa
    Posts
    69
    in .net you use the tab control.
    then you add tabpages to the tab control
    and then you add your controls to the tabpages.

    hope this points you in the right direction.
    the documentation tells you exactly how to do it.

  3. #3

    Thread Starter
    New Member
    Join Date
    Jul 2002
    Posts
    3
    There are two tab controls in .net,
    one belongs to the the
    namespace Systems.Windows.Forms.TabControl
    the other is got by addding a reference and belongs to the TabDlg name space.

    I'm refereing to the TabDlg tab. in VB 6.0 it was known as SSTab (was a sheridian control)

    the first tab control which I mentioned I'm able to add diff controls to diff tabs but not in the second tab control


    - Vishwas

  4. #4
    Lively Member ac11965's Avatar
    Join Date
    May 2000
    Location
    East London, South Africa
    Posts
    69
    ok, sorry -
    what does this control do?

  5. #5

    Thread Starter
    New Member
    Join Date
    Jul 2002
    Posts
    3
    It's basically like the normal tab control with a few variations.
    the only diff which one can see is that it can behave like property pages or it's default settings. try placing both those controls on a form and you'll see the difference.

  6. #6
    Frenzied Member DevGrp's Avatar
    Join Date
    Nov 2001
    Location
    Charlotte, NC
    Posts
    1,256
    Use the one that is on the toolbar (default version) it is much better to deal with IMHO.

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