Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Some VB syntax
Message
De
13/09/2000 10:17:05
 
Information générale
Forum:
Visual Basic
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00415230
Message ID:
00415794
Vues:
20
Private Sub Form_Load()

   Dim X As Boolean

   X = False
   Me.Visible = X
   X = not Me.Visible

   Msgbox "Form should appear now"
   Me.Visible = X

   ' Works fine
End Sub
Kenneth Gilbert Jr, MCP
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform