Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Creating VFP 5.0 forms with no title bar
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00042338
Message ID:
00042355
Views:
34
>>Is there any way, in VFP 5.0, to create a form with no title bar? I'm trying to make a "splash" screen that will display while my program initializes since this takes some time. I'd like to get rid of the title bar on the window.
>
>From Knowledge Base/FAQ/Form Designer
>
>Set the Caption property to ""
>Set the ControlBox property to .F.
>Set the MaxButton property to .F.
>Set the MinButton property to .F.
>Set the Movable property to .F.

Thanks! I thought that was how to do it, but I tried and it still had the title bar. I missed the Max/MinButton properties. :)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform