Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Hiding VFP Title in an Exe
Message
From
17/01/1999 02:46:42
 
 
To
17/01/1999 02:05:35
Jayesh Vorani
Technova Imaging Systems Limited.
New Bombay, India
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00176964
Message ID:
00176965
Views:
41
>i need to hide the vfp title screen which appears for a fraction of second with title 'microsoft visual foxpro' when i build a exe through setup wiz. how do i go about it??
>
>Something with config.fpw or PM item in setup wiz??

Include the following line in the CONFIG.FPW

SCREEN=OFF

You must either include the CONFIG.FPW in your .EXE file, or have a separate CONFIG.FPW file on the user's system. The advantage to including it in your project is that it takes effect automatically. If you need to use CONFIG.FPW to control how the user's system is set up (to override things like the TMPFILES setting) on a station by station basis, you're better off creating a separate CONFIG.FPW on each user's system so that the values can be modified; if CONFIG.FPW is built into the .EXE, you can't change it without modifying the command line used to start the VFP .EXE using the -c command line switch.

>
>
>With regards
>Jai
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform