Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Splash screen without Titlebar
Message
De
24/04/2019 06:18:20
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01668257
Message ID:
01668259
Vues:
74
>>Hi,
>>
>>I have constructed my Splash screen without a titlebar as follows:
>>
>>Height = 540
>>	Width = 568
>>	ShowWindow = 2
>>	DoCreate = .T.
>>	AutoCenter = .T.
>>	Caption = ""
>>	Closable = .F.
>>	MaxButton = .F.
>>	MinButton = .F.
>>	Movable = .F.
>>	TitleBar = 0
>>	WindowType = 1
>>	BackColor = RGB(255,255,255)
>>	Themes = .T.
>>	Name = "frmsplash"
>>
>>But still the Titlebar and the FoxIcon appear, I must have missed some property to achieve a Splash without Titlebar, which one?
>>
>>Regards,
>>Koen
>
>
>Remove ShowWindow = 2.
>If I remember correctly Top level form have captions :-)
Thanks, Titlebar gone!
Koen
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform