Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Completely Mask VFP origin on EXE startup?
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00050745
Message ID:
00050753
Views:
36
>>On app startup, I've experimented with _Screen.Caption and "TITLE=" strategies in order to change the caption displayed as the main window title for the app. However, there is still the initial flash of "Microsoft Visual Foxpro" that is displayed as the window title until the new caption takes effect... long enough to be readable by the end user.
>>
>>Is there a way to completely mask any indication in the user interface that an app was developed with Visual Foxpro?
>
>In your congig.fpw set SCREEN=OFF,
>
>Set _screen visible to true after you changed the title.

Or, to have no screen at all, you can set the main form's ShowWindow property to As Top Level. Then all other windows which run off that should have a ShowWindow property as In Top Level (You really should use that in conjunction with my other message to you, Mark).

JR
CLARC Services, Inc.
3500 Tamiami Trail
Port Charlotte, FL 33952
www.clarc.com
(941) 743-0108
(800) 246-5488
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform