Results 1 to 18 of 18

Thread: tab controls for VB 6

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jan 2005
    Location
    Edinburgh, Scotland
    Posts
    74

    tab controls for VB 6

    I know of the SSTab control but I really don't like its appearance and was wondering if anyone knew of any other free Tab Controls for VB 6?

    thanks
    Last edited by Some0ne; Jun 23rd, 2005 at 10:13 AM.

  2. #2
    Frenzied Member agmorgan's Avatar
    Join Date
    Dec 2000
    Location
    Lurking
    Posts
    1,383

    Re: tab controls for VB 6

    Well there is always the TabStrip, but I prefer SSTab myself.
    http://vivisimo.com/search?query=tab...Mozilla-search

  3. #3
    Frenzied Member sciguyryan's Avatar
    Join Date
    Sep 2003
    Location
    Wales
    Posts
    1,763

    Re: tab controls for VB 6

    Would any of these be what you were looking for?

    Cheers,

    RyanJ
    My Blog.

    Ryan Jones.

  4. #4
    Next Of Kin baja_yu's Avatar
    Join Date
    Aug 2002
    Location
    /dev/root
    Posts
    5,989

    Re: tab controls for VB 6

    Like agmorgan said, you have the TabStrip control, but it does not act as a container, so you have to do some coding to get it working, and group your controls into frames or pictureboxes.

  5. #5

    Thread Starter
    Lively Member
    Join Date
    Jan 2005
    Location
    Edinburgh, Scotland
    Posts
    74

    Re: tab controls for VB 6

    is Tabstrip free?

  6. #6
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: tab controls for VB 6

    Quote Originally Posted by Some0ne
    is Tabstrip free?
    Yes, it ships with VB.

  7. #7

    Thread Starter
    Lively Member
    Join Date
    Jan 2005
    Location
    Edinburgh, Scotland
    Posts
    74

    Re: tab controls for VB 6

    Oh. Where is it then? I cant find it anywhere :S

  8. #8
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: tab controls for VB 6

    Projects/Components - Microsoft Windows Common Controls 6.0 (SP.X) Where X is whatever service pack you are running.

  9. #9

    Thread Starter
    Lively Member
    Join Date
    Jan 2005
    Location
    Edinburgh, Scotland
    Posts
    74

    Re: tab controls for VB 6

    thanks a lot

  10. #10
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: tab controls for VB 6 [RESOLVED]

    One final thing, if you are not familiar with how to use the TabStrip control, here are some links that you might find useful.

  11. #11

    Thread Starter
    Lively Member
    Join Date
    Jan 2005
    Location
    Edinburgh, Scotland
    Posts
    74

    Re: tab controls for VB 6 [RESOLVED]

    the VB6 tabstrip control demonstration which i obtained from that link indirectly says i dont have a certain OCX file required for it to run. but shouldn't i have it because it comes with VB?

  12. #12
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: tab controls for VB 6 [RESOLVED]

    Quote Originally Posted by Some0ne
    the VB6 tabstrip control demonstration which i obtained from that link indirectly says i dont have a certain OCX file required for it to run. but shouldn't i have it because it comes with VB?
    What OCX file does it say you are missing (and yes, you should have everything.)

  13. #13

    Thread Starter
    Lively Member
    Join Date
    Jan 2005
    Location
    Edinburgh, Scotland
    Posts
    74

    Re: tab controls for VB 6 [RESOLVED]

    "Component 'vbalIml6.ocx' or one of its dependencies not currently registered: a file is missing or invalid"

  14. #14
    Fanatic Member TheVader's Avatar
    Join Date
    Oct 2002
    Location
    Rotterdam, the Netherlands
    Posts
    871

    Re: tab controls for VB 6 [RESOLVED]

    That's the vbAccelerator TabStrip you're trying to use. That's another one than the Microsoft TabStrip. The vbAccelerator control has some nice features (such as the ability to display icons on the tabs), I happen to use it myself, too. Anyway, that demonstration needs another OCX control to function, the imagelist. The demonstration download page provides download links to both other dependencies (the TabStrip OCX and the ImageList).
    Author for Visual Basic Web Magazine

    My articles on the Web Browser Control:
    Using the Web Browser Control & Using the DHTML Document Object Model

    The examples referenced in the articles can be found here:

  15. #15

    Thread Starter
    Lively Member
    Join Date
    Jan 2005
    Location
    Edinburgh, Scotland
    Posts
    74

    Re: tab controls for VB 6 [RESOLVED]

    its now saying
    Run-time error '429':

    ActiveX component can't create object
    any ideas?

  16. #16

    Thread Starter
    Lively Member
    Join Date
    Jan 2005
    Location
    Edinburgh, Scotland
    Posts
    74

    Re: tab controls for VB 6 [RESOLVED]

    i forgot to add, another message comes up after saying:
    Run-time error '372':

    Failed to load control 'TabControl' from vbalTab6.ocx. Your version of vbalTab6.ocx may be outdated. Make sure you are using the version of the control that was provided with your application.
    what other versions are there? i thought i got the latest version from the vbaccelerator site.

    hope someone can help

    thanks

  17. #17
    Fanatic Member TheVader's Avatar
    Join Date
    Oct 2002
    Location
    Rotterdam, the Netherlands
    Posts
    871

    Re: tab controls for VB 6 [RESOLVED]

    Did you register the OCX? To do so, copy the vbaltabstrip.ocx (or something like that) file to your windows\system32 directory. Then go to Start > Execute and type 'regsvr32 vbaltabstrip.ocx'.
    Author for Visual Basic Web Magazine

    My articles on the Web Browser Control:
    Using the Web Browser Control & Using the DHTML Document Object Model

    The examples referenced in the articles can be found here:

  18. #18

    Thread Starter
    Lively Member
    Join Date
    Jan 2005
    Location
    Edinburgh, Scotland
    Posts
    74

    Re: tab controls for VB 6 [RESOLVED]

    i did that but it still doesnt work. i get the same error described above.

    thanks for your help

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