Results 1 to 3 of 3

Thread: How to create Tab Object in VB6

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Dec 2008
    Posts
    74

    How to create Tab Object in VB6

    Hi,
    How to create the tab object in the form in VB6?
    Is there any thread about this 'Tab Object' Forum. I totally don't know how to start.
    Thanks

  2. #2
    VB6, XHTML & CSS hobbyist Merri's Avatar
    Join Date
    Oct 2002
    Location
    Finland
    Posts
    6,654

    Re: How to create Tab Object in VB6

    There are two ActiveX controls you can add via Project > Components: one is part of the Microsoft Windows Common Controls and the other is Microsoft Tabbed Dialog Control. They work quite differently. TabStrip requires you to manually change what is visible while SSTab handles it for you, making it easier to create each page of a tab.
    Last edited by Merri; Jan 11th, 2009 at 02:25 AM.

  3. #3
    Software Carpenter dee-u's Avatar
    Join Date
    Feb 2005
    Location
    Pinas
    Posts
    11,123

    Re: How to create Tab Object in VB6

    Select Microsoft Tabbed Dialog Control from the components (CTRL + T).
    Regards,


    As a gesture of gratitude please consider rating helpful posts. c",)

    Some stuffs: Mouse Hotkey | Compress file using SQL Server! | WPF - Rounded Combobox | WPF - Notify Icon and Balloon | NetVerser - a WPF chatting system

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