Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Removing the caption bar from the main form
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00334922
Message ID:
00334987
Views:
27
>I would like to be able to remove the caption bar on my main form to display within the _screen.

If you have VFP6 you can use the titlebar property, otherwise, you have to (from memory):

Caption = ""
MinButton = .F.
MaxButton = .F.
Movable = .F.
ControlBox = .F.


Let me know if this helps ya'.
Previous
Reply
Map
View

Click here to load this message in the networking platform