Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Ok - How do get rid of the titlebar?
Message
From
08/03/2001 12:04:54
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00482909
Message ID:
00483200
Views:
11
Hi Chris.

>Any ideas? I have an as top level form with titlebar = 0, minbutton .f., maxbutton .f. no caption etc... The titlebar does not show in design but when I run the form there it is - proud as can be - a titlebar!!! How do I get rid of it?

That's a bug in VFP: a subclass or form based on a class with TitleBar set to 0 in the Property Sheet shows a title bar. The workaround is to put This.TitleBar = 0 in the Init of the class (in other words, do it programmatically, not in the Property Sheet).

Doug
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform