Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to Close the System menu and System top bar
Message
 
À
02/12/1998 12:24:04
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00163245
Message ID:
00163276
Vues:
21
If you wish to have a particular form show without the VFP Desktop, you need to do the following:

1. Create a CONFIG.FPW with the line SCREEN=OFF and place it where your EXE will reside.

2. Your form should have the following settings:

ShowWindow = 2 && As Top-Level Form

And in your Unload Event:

CLEAR EVENTS


3. Create a prg that will be the set as your MAIN in your project and will contain code like this:

DO FORM yourform

READ EVENTS

Good luck!
Juan L. Romero
gcandela@javanet.com
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform