Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Active page of pagaframe
Message
 
À
18/06/2003 00:03:20
Information générale
Forum:
Visual Basic
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00801046
Message ID:
00801107
Vues:
16
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform