Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Another bug in VFP 8
Message
From
24/07/2003 06:28:40
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Another bug in VFP 8
Miscellaneous
Thread ID:
00813041
Message ID:
00813041
Views:
32
How can I hide the title in a Top level form with visual foxpro 8.0.

I've worked with VFP 7.0 and the following code was enough, but this does not work with VFP 8.0

ShowWindow = 2
AutoCenter = .T.
BorderStyle = 0
Caption = ""
ControlBox = .F.
Closable = .F.
MaxButton = .F.
MinButton = .F.
Movable = .F.
AlwaysOnTop = .T

I also modified the property 'titlebar' to

TitleBar = 0

...but still don't work, the title steel appear :(

Cristi Faur
Next
Reply
Map
View

Click here to load this message in the networking platform