After removing all the options on the top of a form
(caption,closeable,icon etc), the solid line where the caption is written remains. How can I remove or hide it. Is that possible? I quess it should be. Thanks
Hi,
You can remove title bar from a form by setting the following properties in property window:
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.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.