Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
EXE file problem!
Message
De
28/11/1998 17:46:07
 
 
À
25/11/1998 22:28:31
Aaron K. Y. Chu
Health & Care Co. Ltd.
Hong Kong, Hong Kong
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00161687
Message ID:
00162165
Vues:
17
>I have made an exe. file from the project.
>Every time I tried to execute that file, the first window is Visual FoxPro Main window, how can I avoid that window from displaying.
>
>Please tell how to do that!

You can disable the display of the initial VFP main window by including a CONFIG.FPW in your project that contains the line SCREEN=OFF. This creates the main VFP window in a hidden state.

Your application can either have its own Top Level forms, or you can alter the main VFP screen's charactersitics before displaying it by setting _Screen.Visible = .T. in your application.

Be aware that disabling the screen with SCREEN=OFF in the CONFIG.FPW in a VFP 6 project will require that the current DCOM have been installed on the client machine, either through running the standalone DCOM install (downladable from Microsoft's Web site; http://www.microsoft.com/msdownload/default.htm) or as a result of installing IE 4.0 or 5.0
EMail: EdR@edrauh.com
"See, the sun is going down..."
"No, the horizon is moving up!"
- Firesign Theater


NT and Win2K FAQ .. cWashington WSH/ADSI/WMI site
MS WSH site ........... WSH FAQ Site
Wrox Press .............. Win32 Scripting Journal
eSolutions Services, LLC

The Surgeon General has determined that prolonged exposure to the Windows Script Host may be addictive to laboratory mice and codemonkeys
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform