Tabs is VIsual basic

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Frank R. Jr.

    #1

    Tabs is VIsual basic

    How do you create tabs in visual basic

    --
    Frank R. Jr.


  • Hal Rosser

    #2
    Re: Tabs is VIsual basic

    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=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


    Comment

    • Frank R. Jr.

      #3
      Re: Tabs is VIsual basic

      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]


      Comment

      • Hal Rosser

        #4
        Re: Tabs is VIsual basic

        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


        Comment

        • Frank R. Jr.

          #5
          Re: Tabs is VIsual basic

          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]


          Comment

          • Rick Rothstein

            #6
            Re: Tabs is VIsual basic

            > I cant find the control anyideas?

            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.

            Rick - MVP

            Comment

            Working...