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 15:44:32
 
 
À
17/12/1996 14:50:20
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00015382
Message ID:
00015400
Vues:
37
>>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


Thanks for the reply.
I do have all of those options set but it is still not working. What I have done is put SCREEN=OFF in the config.fpw and I dont make it visible until after the program has inititalized and the splash screen is removed. The only way I could get the splash to display with _screen hidden is to set its ShowWindow property to 2-show as top level form. Maybe this is what causes the title bar to appear. ???? Anymore help would be greatly appreciated.
Mike Laubach
IP Services Inc
mlaubach@ipserv.net
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform