View previous topic :: View next topic |
Author |
Message |
Pepsiguy I post too much
Reputation: 0
Joined: 16 Aug 2007 Posts: 2016
|
Posted: Fri Nov 30, 2007 8:36 pm Post subject: [VB6]Possible tabbing? |
|
|
can u make tabs in vb6?
_________________
|
|
Back to top |
|
 |
Pseudo Xero I post too much
Reputation: 0
Joined: 16 Feb 2007 Posts: 2607
|
Posted: Fri Nov 30, 2007 8:45 pm Post subject: Re: [VB6]Possible tabbing? |
|
|
pepsiguy_2 wrote: | can u make tabs in vb6? |
Yes...
_________________
haxory' wrote: | can't VB do anything??
windows is programmed using VB right? correct me if im wrong.
so all things in windows you have like the start menu is a windows form too. |
|
|
Back to top |
|
 |
Pepsiguy I post too much
Reputation: 0
Joined: 16 Aug 2007 Posts: 2016
|
Posted: Fri Nov 30, 2007 8:48 pm Post subject: |
|
|
i would like to know how....
_________________
|
|
Back to top |
|
 |
hcavolsdsadgadsg I'm a spammer
Reputation: 26
Joined: 11 Jun 2007 Posts: 5801
|
Posted: Fri Nov 30, 2007 9:19 pm Post subject: |
|
|
there's probably a tab control that would be a great place to start.
|
|
Back to top |
|
 |
atom0s Moderator
Reputation: 205
Joined: 25 Jan 2006 Posts: 8587 Location: 127.0.0.1
|
Posted: Sat Dec 01, 2007 12:38 am Post subject: |
|
|
You can either use the standard tab control, or use the one that comes with the common controls library.
To add either goto:
Project -> Components in the menu system.
Then, scroll down and locate Microsoft Tabbed Dialog Control, or Microsoft Common Controls 6.0 (SP6)
Check the one you wish to use then click ok. Then Google for tutorials on how to use it as you will probably come back asking for that lol.
_________________
- Retired. |
|
Back to top |
|
 |
Pepsiguy I post too much
Reputation: 0
Joined: 16 Aug 2007 Posts: 2016
|
Posted: Sat Dec 01, 2007 9:52 am Post subject: |
|
|
I Dont have either of them.......
_________________
|
|
Back to top |
|
 |
atom0s Moderator
Reputation: 205
Joined: 25 Jan 2006 Posts: 8587 Location: 127.0.0.1
|
Posted: Sat Dec 01, 2007 10:11 am Post subject: |
|
|
pepsiguy_2 wrote: | I Dont have either of them....... |
Then you're probably using the portable version. Get the real, full version.
_________________
- Retired. |
|
Back to top |
|
 |
Pepsiguy I post too much
Reputation: 0
Joined: 16 Aug 2007 Posts: 2016
|
Posted: Sat Dec 01, 2007 10:53 am Post subject: |
|
|
dont got room on computer all i need is the .ocx file and im fine....
_________________
|
|
Back to top |
|
 |
Blader I post too much
Reputation: 2
Joined: 19 Jan 2007 Posts: 2049
|
Posted: Sat Dec 01, 2007 11:00 am Post subject: |
|
|
Google for the .ocx then
_________________
|
|
Back to top |
|
 |
XxOsirisxX Grandmaster Cheater Supreme
Reputation: 0
Joined: 30 Oct 2006 Posts: 1597
|
Posted: Sat Dec 01, 2007 1:12 pm Post subject: |
|
|
pepsiguy_2 wrote: | dont got room on computer all i need is the .ocx file and im fine.... |
TABCTL32.oxc
_________________
|
|
Back to top |
|
 |
atom0s Moderator
Reputation: 205
Joined: 25 Jan 2006 Posts: 8587 Location: 127.0.0.1
|
Posted: Sat Dec 01, 2007 6:16 pm Post subject: |
|
|
pepsiguy_2 wrote: | dont got room on computer all i need is the .ocx file and im fine.... |
Pretty lame excuse seeing as the full installed version of VB6 only takes up 40mb.
_________________
- Retired. |
|
Back to top |
|
 |
|