Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Get rid of Visual FoxPro title when running .EXE?
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00165898
Message ID:
00165899
Views:
26
Steve,

Try _SCREEN.Caption='My Caption' (you can also set it to '' if you want nothing at all). The VFP caption will still appear briefly. You can put SCREEN=OFF in your config.fpw and _SCREEN.Visible=.T. after you set the caption to keep the VFP title from appearing at all.

>Is there a way I can get rid of the words Visual FoxPro in the upper left corner of my screen when I run a .EXE file version of my application. My application appears inside of a window labeled Visual FoxPro. I don't want to see those words.
>
>I used SET SYSMENU OFF, but no help. Thanks for your able-bodied assistance. It's probably SET something OFF.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform