Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Visual fox prompt in the exe files
Message
De
20/05/1998 11:55:17
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
20/05/1998 11:33:06
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00100571
Message ID:
00100579
Vues:
22
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform