Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Display Window
Message
De
28/09/1998 22:32:05
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Divers
Thread ID:
00141713
Message ID:
00141741
Vues:
22
>I'm fairly new to VFP so I hope this doesn't sound too much like a dumb question. Is there a way to create a "display" type window (ie. initial opening window when an executable program first starts up) where ther is no title bar and the form can be released internally after a predetermined "wait" period?
>
>Thanks in advance!

In VFP6.0 there is a spash screen class you can use.

In VFP 5.0 you must set several properties to make the title bar go away.
Caption = ""
Closeable = .F.
MinButton = .F.
MaxButton = .F.
Moveable = .F.
ControlBox = .F.
Erik Moore
Clientelligence
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform