Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Using the TabControl
Message
 
To
24/09/2004 04:56:42
General information
Forum:
ASP.NET
Category:
ActiveX controls
Miscellaneous
Thread ID:
00945649
Message ID:
00945663
Views:
17
This message has been marked as a message which has helped to the initial question of the thread.
You can remove all the tabs at run time and re-insert them in the order you want.
        With TabControl1.TabPages
            .Clear()
            .Add(Me.TabPage1)
            .Add(Me.TabPage2)
            .Add(Me.TabPage3)
        End With
>Hi ol! I'd like to make use of the TabControl but without the tabs. I'd like to control which tab make current through code. Is there a way to get rid of those tabs?
>
>Thanx! in advance!!!
Éric Moreau, MCPD, Visual Developer - Visual Basic MVP
Conseiller Principal / Senior Consultant
Moer inc.
http://www.emoreau.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform