|
-
Jun 20th, 2005, 12:41 PM
#1
Thread Starter
Lively Member
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.
-
Jun 20th, 2005, 12:43 PM
#2
Frenzied Member
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
Last edited by agmorgan; Jun 20th, 2005 at 12:50 PM.
-
Jun 20th, 2005, 12:46 PM
#3
Re: tab controls for VB 6
Would any of these be what you were looking for?
Cheers,
RyanJ
-
Jun 20th, 2005, 12:47 PM
#4
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.
-
Jun 21st, 2005, 10:00 AM
#5
Thread Starter
Lively Member
Re: tab controls for VB 6
-
Jun 21st, 2005, 10:06 AM
#6
Re: tab controls for VB 6
 Originally Posted by Some0ne
is Tabstrip free?
Yes, it ships with VB.
-
Jun 21st, 2005, 10:16 AM
#7
Thread Starter
Lively Member
Re: tab controls for VB 6
Oh. Where is it then? I cant find it anywhere :S
-
Jun 21st, 2005, 10:20 AM
#8
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.
-
Jun 21st, 2005, 10:30 AM
#9
Thread Starter
Lively Member
Re: tab controls for VB 6
-
Jun 21st, 2005, 10:47 AM
#10
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.
-
Jun 21st, 2005, 11:28 AM
#11
Thread Starter
Lively Member
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?
-
Jun 21st, 2005, 11:39 AM
#12
Re: tab controls for VB 6 [RESOLVED]
 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.)
-
Jun 21st, 2005, 12:23 PM
#13
Thread Starter
Lively Member
Re: tab controls for VB 6 [RESOLVED]
"Component 'vbalIml6.ocx' or one of its dependencies not currently registered: a file is missing or invalid"
-
Jun 21st, 2005, 01:07 PM
#14
Fanatic Member
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
-
Jun 22nd, 2005, 10:01 AM
#15
Thread Starter
Lively Member
Re: tab controls for VB 6 [RESOLVED]
its now saying
Run-time error '429':
ActiveX component can't create object
any ideas?
-
Jun 22nd, 2005, 11:58 AM
#16
Thread Starter
Lively Member
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
-
Jun 22nd, 2005, 05:15 PM
#17
Fanatic Member
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
-
Jun 23rd, 2005, 10:13 AM
#18
Thread Starter
Lively Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|