Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Main window
Message
 
À
27/04/1998 03:59:57
Quinn Mayo
Quantified Pty Ltd
Melbourne, Australie
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00095046
Message ID:
00095049
Vues:
22
>Hi,
>
>Can somebody please tell me the real way to totally hide the main visual foxpro window? I have tried SCREEN=OFF in the config.fpw file but for some reason it just doesnt work. I think the proper way is using SDI forms or something like that. Is this right and how do you do that?
>
>Please help
>
>~Quinn

SCREEN = OFF on Config.Fpw only works in running EXE File. You should have a Form with ShowWindow property set to As Top Level (SDI) to make it work. In this way, the said form will work as your Main Window. All sub-forms (child forms) therefore should have a ShowWindow property set to In-Top Level.

If you do not want to use SDI, issue _SCREEN.VISIBLE = .T. or APPLICATION.VISIBLE = .T. on the main.prg, and everything will work fine.
JESS S. BANAGA
Project Leader - SDD division
...shifting from VFP to C#.Net

CHARISMA simply means: "Be more concerned about making others feel good about themselves than you are in making them feel good about you."
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform