Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Splash screen without Titlebar
Message
From
24/04/2019 06:18:20
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01668257
Message ID:
01668259
Views:
73
>>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
Previous
Reply
Map
View

Click here to load this message in the networking platform