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 15:44:32
 
 
To
17/12/1996 14:50:20
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00015382
Message ID:
00015400
Views:
32
>>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform