Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SDI curiosity
Message
De
28/02/1999 19:24:30
 
 
À
18/02/1999 22:57:03
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Divers
Thread ID:
00189126
Message ID:
00192497
Vues:
20
>Try to add the following codes in the Main program or
>in the Init Method of the Main form:
>
> _screen.minimized =.T.
>
>This will hide the main VFP screen. However, you may
>have to add cleanup codes to properly exit the program.

The problem with doing this is that that vfp screen will still be
active and some objects such as toolbars will still gravitate there...

_SCREEN.visble = .F. is the correct code ...

OR better still ...

in the

*CONFIG.FPW

set

SCREEN = OFF
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform