Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Really simple stand-alone form
Message
 
 
À
09/02/2002 08:21:01
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00617667
Message ID:
00618247
Vues:
24
>Perhaps I was a bit unclear . The question is :
>
>How can I get rid of all run-time objects , except a form and its controls ?

Create a form and set the ShowWindow property to 2 - Ass Top-level. Create a main PRG that has the following:
do form myform.scx
read events
In the form's UnLoad event, add the following:
clear events
Create a CONFIG.FPW with at least the following:
SCREEN=OFF
Compile that file into your EXE by including under Other - Text files in the Project Manager.

When you application loads, the VFP screen will not display and the only thing your users will see is the form and all its contained controls.

HTH.
Larry Miller
MCSD
LWMiller3@verizon.net

Accumulate learning by study, understand what you learn by questioning. -- Mingjiao
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform