Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
No title bar in a top level form
Message
From
30/05/2003 14:04:51
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
No title bar in a top level form
Miscellaneous
Thread ID:
00794665
Message ID:
00794665
Views:
36
Hey all,
Has anyone created a top level form WITHOUT a title bar? What I'm doing is this...

oForm = NEWOBJECT('myFormClass','myFormClassLib')


*** Form Properties
.BorderStyle = 2 &&Fixed Dialog
.Caption = ''
.Closeable = .F.
.ControlBox = .F.
.MaxButton = .F.
.MinButton = .F.
.Moveable = .F.
.ShowWindow = 2 && As top level form
.TitleBar = 0 && Off

oForm.Show() && Displays form WITH a title bar

If you create a new form (.scx) with the above properties and issue DO FORM myForm, wahlla...NO title bar.

Am I doing someting wrong?

TIA
Matt Martin
matthew.martin@Juno.com

Because there are no facts, there is no truth,
Just data to be manipulated.
- Don Henley from "In the garden of Allah"
Next
Reply
Map
View

Click here to load this message in the networking platform