Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VFP 5.0 - Splash Screens - No Title Bar Please
Message
De
17/12/1996 14:50:20
 
 
À
17/12/1996 14:25:36
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00015382
Message ID:
00015383
Vues:
35
>I have been trying to develop a splash screen class that will display while my app initalizes and the main foxpro window is hidden. I have it all working except that when my splash screen is displayed it has an empty title bar at the top. It looks just fine in the designer. Anyone had any problems with this? Help? Thanks.

You need to set the following form properties:

BorderStyle = 0
Caption = (None)
Closable = .F.
ControlBox = .F.
Icon = (None)
MaxButton = .F.
MinButton = .F.
Movable = .F.
WhatsThisButton = .F.

Craig
Craig Berntson
MCSD, Microsoft .Net MVP, Grape City Community Influencer
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform