"Frank R. Jr." <blahblah@hotma il.com> wrote in message
news:68xXc.2061 8$wu.8372@okepr ead04...[color=blue]
> How do you create tabs in visual basic
>
> --
> Frank R. Jr.
>
>[/color]
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.744 / Virus Database: 496 - Release Date: 8/24/2004
is that the code and if it is where does one enter it to create the tabs
"Hal Rosser" <hmrosser@bells outh.net> wrote in message
news:HHxXc.2910 2$cx.25409@bign ews4.bellsouth. net...[color=blue]
> there's a tabstrip control -
> Tabstrip1.Tabs. add
>
> "Frank R. Jr." <blahblah@hotma il.com> wrote in message
> news:68xXc.2061 8$wu.8372@okepr ead04...[color=green]
> > How do you create tabs in visual basic
> >
> > --
> > Frank R. Jr.
> >
> >[/color]
>
>
> ---
> Outgoing mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.744 / Virus Database: 496 - Release Date: 8/24/2004
>
>[/color]
try the form load event
don't forget to put the tabstrip control on the form
"Frank R. Jr." <blahblah@hotma il.com> wrote in message
news:eMxXc.2097 2$wu.1356@okepr ead04...[color=blue]
> is that the code and if it is where does one enter it to create the tabs
>
> "Hal Rosser" <hmrosser@bells outh.net> wrote in message
> news:HHxXc.2910 2$cx.25409@bign ews4.bellsouth. net...[color=green]
> > there's a tabstrip control -
> > Tabstrip1.Tabs. add
> >
> > "Frank R. Jr." <blahblah@hotma il.com> wrote in message
> > news:68xXc.2061 8$wu.8372@okepr ead04...[color=darkred]
> > > How do you create tabs in visual basic
> > >
> > > --
> > > Frank R. Jr.
> > >
> > >[/color]
> >
> >
> > ---
> > Outgoing mail is certified Virus Free.
> > Checked by AVG anti-virus system (http://www.grisoft.com).
> > Version: 6.0.744 / Virus Database: 496 - Release Date: 8/24/2004
> >
> >[/color]
>
>[/color]
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.744 / Virus Database: 496 - Release Date: 8/24/2004
I cant find the control anyideas?
"Frank R. Jr." <blahblah@hotma il.com> wrote in message
news:68xXc.2061 8$wu.8372@okepr ead04...[color=blue]
> How do you create tabs in visual basic
>
> --
> Frank R. Jr.
>
>[/color]
Where did you look? Go to Project/Components in VB's menu and select
Microsoft Windows Common Controls 6.0 (there will not be a dash-number
after it); the TabStrip control is in that group of controls.
Comment