Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
One form application
Message
 
À
06/12/1999 13:57:00
Carlos Serrano
Sistemas Imagen S. A.
Guayaquil, Équateur
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00299291
Message ID:
00299329
Vues:
16
According to the Visual FoxPro 6.0 help you can do this:

Hiding the Main Visual FoxPro Window
If you're running a top-level form, you might not want the main Visual FoxPro window to be visible. You can use the Visible property of the Application object to hide and show the main Visual FoxPro window as needed.

To hide the main Visual FoxPro window

In the Init event of the form, include the following line of code:
Application.Visible = .F.

In the Destroy event of the form, include the following line of code:
Application.Visible = .T.

Make sure that you also provide a way to close the form by using THISFORM.Release in some method or event.

Note You can also include the following line in a configuration file to hide the main Visual FoxPro window:

SCREEN = OFF
-- Larry Keyes
Remember only You can prevent Gray Goo. Never release nanobot assembers without replication limiting code.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform