Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
No title bar in a top level form
Message
De
30/05/2003 14:04:51
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
No title bar in a top level form
Divers
Thread ID:
00794665
Message ID:
00794665
Vues:
35
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"
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform