SSTab

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • schapopa

    SSTab

    I have SSTab on my form with 13tabpages and I am trying to hide and show
    those tab pages, but all i am able to achive is to hide content of those
    tabs, not tabs itself.
    How can I hide tabs so page will display only tabs that i want.
    thank you




    *** Sent via Developersdex http://www.developersdex.com ***
  • Cor Ligthert

    #2
    Re: SSTab

    Schapopa,
    [color=blue]
    > How can I hide tabs so page will display only tabs that i want.
    > thank you[/color]

    If I understand you well (you want the tabs to be transparent without text),
    you can not.

    Cor


    Comment

    • Ken Tucker [MVP]

      #3
      RE: SSTab

      Hi,

      Sorry there is no way to hide a tabpage. You must remove it from
      the tabpage collection to hide it and add it back to show it.



      Ken
      ------------------

      "schapopa" wrote:
      [color=blue]
      > I have SSTab on my form with 13tabpages and I am trying to hide and show
      > those tab pages, but all i am able to achive is to hide content of those
      > tabs, not tabs itself.
      > How can I hide tabs so page will display only tabs that i want.
      > thank you
      >
      >
      >
      >
      > *** Sent via Developersdex http://www.developersdex.com ***
      >[/color]

      Comment

      • schapopa

        #4
        RE: SSTab

        Thank you.
        That is very usefull link.


        *** Sent via Developersdex http://www.developersdex.com ***

        Comment

        • Herfried K. Wagner [MVP]

          #5
          Re: SSTab

          <schapopa> schrieb:[color=blue]
          >I have SSTab on my form with 13tabpages and I am trying to hide and show
          > those tab pages, but all i am able to achive is to hide content of those
          > tabs, not tabs itself.
          > How can I hide tabs so page will display only tabs that i want.[/color]

          For VB6 control related questions, consider posting to
          'microsoft.publ ic.vb.controls' .

          --
          M S Herfried K. Wagner
          M V P <URL:http://dotnet.mvps.org/>
          V B <URL:http://classicvb.org/petition/>

          Comment

          • Herfried K. Wagner [MVP]

            #6
            Re: SSTab

            <schapopa> schrieb:[color=blue]
            >I have SSTab on my form with 13tabpages and I am trying to hide and show
            > those tab pages, but all i am able to achive is to hide content of those
            > tabs, not tabs itself.
            > How can I hide tabs so page will display only tabs that i want.[/color]

            For VB6 control related questions, consider posting to
            'microsoft.publ ic.vb.controls' .

            --
            M S Herfried K. Wagner
            M V P <URL:http://dotnet.mvps.org/>
            V B <URL:http://classicvb.org/petition/>

            Comment

            Working...