Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Visual fox prompt in the exe files
Message
From
20/05/1998 11:55:17
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
20/05/1998 11:33:06
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00100571
Message ID:
00100579
Views:
24
>Hi, this is my firs time in the system. Please excuse me if something is no good. I need to know how remove the miscrosoft visual fox title from the upper line when I build exe files.
>
>Thanks
Hi Jose,
Feel free we are mere mortals too. You could do it via config.fpw or in code :
*Config.fpw
title=My application
screen=off  && Would completely remove main fox window
* Code
_screen.caption = "My application"
* Many form properties could be used in the same way adding "_screen."
* as object name
* ie: _screen.fontname = "CourierNew"
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Reply
Map
View

Click here to load this message in the networking platform