Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Some VB syntax
Message
From
13/09/2000 10:17:05
 
General information
Forum:
Visual Basic
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00415230
Message ID:
00415794
Views:
18
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
Previous
Reply
Map
View

Click here to load this message in the networking platform