Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to Close the System menu and System top bar
Message
De
03/12/1998 11:21:02
 
 
À
02/12/1998 20:47:34
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00163245
Message ID:
00163666
Vues:
33
>set sysmenu only off the system menu, but i also want to off the system bar at the top of the system menu. how
>
>regard,
>chang

If you still want to show you form on the main VFP window, you can accomplish this by setting the following _Screen object properties:

_Screen.Caption=''
_Screen.Minbutton=.f.
_Screen.Maxbutton=.f.
_Sscreen.Controlbox=.f.
_Screen.Movable=.f.

I'm using VFP 6.0 and it works, although I never tried this on VFP5 or VFP3. I know the _Screen object was there in 5.0. By the way, this same properties apply for doing the same thing on forms. Hope this helps.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform