Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Active page of pagaframe
Message
 
To
18/06/2003 00:03:20
General information
Forum:
Visual Basic
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00801046
Message ID:
00801107
Views:
14
Use the Tab property:
Private Sub Form_Load()
    With SSTab1
        .TabEnabled(0) = False
        .TabEnabled(2) = False
        .Tab = 1
    End With
End Sub
>Hi. Thanks to Eric Moreau, I disabled all of the pages of my page frame except for the one that I wanted available. Now, I want that page to be open when I enter my form. ...but how??
>
>Thanks, Randy
Éric Moreau, MCPD, Visual Developer - Visual Basic MVP
Conseiller Principal / Senior Consultant
Moer inc.
http://www.emoreau.com
Previous
Reply
Map
View

Click here to load this message in the networking platform