Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Removing the caption bar from the main form
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00334922
Message ID:
00334987
Vues:
30
>I would like to be able to remove the caption bar on my main form to display within the _screen.

If you have VFP6 you can use the titlebar property, otherwise, you have to (from memory):

Caption = ""
MinButton = .F.
MaxButton = .F.
Movable = .F.
ControlBox = .F.


Let me know if this helps ya'.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform