Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SDI curiosity
Message
De
18/02/1999 23:18:19
 
 
À
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:
00189133
Vues:
15
>Try to add the following codes in the Main program or
>in the Init Method of the Main form:

> _screen.minimized =.T.

VFP forms (including _SCREEN) do not have a minimized property. TO minimize a VFP form, you issue Form.WindowState = 1

But this isn't the problem.

Silvio, if you have a SDI app, make sure that the form's ShowWindow property is set to 2 (As top level form).

Then, to suppress the VFP screen from showing up, you'll need a config.fpw file in the same folder as the exe with the following line in it:

SCREEN=OFF

This file does not have to be distributed with the exe if you include it as a text file in your project.
Erik Moore
Clientelligence
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform