Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VFP 5.0 Main Window
Message
 
À
12/05/1998 10:21:18
Mark Kessler
U.S.M.C. - Network Operation Center
Quantico, Virginie, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00098752
Message ID:
00098758
Vues:
33
>How can I hide the visual foxpro window?
>
>The problem I have been having is that my users with a screen size
>larger that 640x480 (res) can see the VFP window behind my program.
>With that window they can bring up other forms that are invisible.
>This causes a lot of trouble... I need to either make the VFP menu disabled or invisible while my program is running.
>
>Thanks.

If you just want the VFP menu to disappear you can issue:

Set SysMenu Off

and

Set SysMenu to Default && Turns it back on

If you want the entire VFP main window to be invisible, use a config.fp file and put the line SCREEN=OFF in it. Then in your app you can use the _Screen.Visible property to toggle the main window off and on.

HTH
_________________________________
There are 2 types of people in the world:
    Those who need closure
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform