Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

HOW DO I REMOVE TITLE BAR ON FORM 2

Status
Not open for further replies.

Stagmotor

Programmer
Dec 8, 2000
10
US
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

Stagmotor
 
Hi Stagmotor,

Refer to the titlebar property in the VFP help file. Jon Hawkins
jonscott8@yahoo.com

The World Is Headed For Mutiny,
When All We Want Is Unity. - Creed
 
I haven't worked in 6.0 for a while, but in 5.0 there is no titlebar property. I'm not sure there is any straightforward way to completely remove it.

Jim
 
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.

Hope it will solve your problem

Rafiq

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top