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:
00050898
Views:
46
>>>>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.
>
>That sounds like a clever idea!
>
>However, if I just do the suggestion below (which I've already tried), there is still a "Microsoft Visual Foxpro" visible on the title bar of the main app window until these statements in the app are actually executed:
>
>>If you've got VFP v.5, try this:
>>_Screen.Icon =[D:\vfp\myicon.ico]
>>_Screen.Caption =[Mark's Program]
>>_Screen.Visible =.F.
>
>However, I've never experimented with the ShowWindow property as Joy suggested. If I set the main form's ShowWindow property to As Top Level, then what happens to the "classic" interaction of a form with the main VFP window... that is, are forms now required to interact differently with each other or with the menu bar?

you need the SCREEN=OFF in your config in the second situation also.
with showing the main form as top level-the main vfp window is still there, just not visible.
Previous
Reply
Map
View

Click here to load this message in the networking platform