Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP 5.0 - Splash Screens - No Title Bar Please
Message
From
17/12/1996 14:50:20
 
 
To
17/12/1996 14:25:36
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00015382
Message ID:
00015383
Views:
31
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform