Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to change the FONT
Message
 
À
01/10/2003 21:42:55
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00834063
Message ID:
00834069
Vues:
18
>How can i change the FONT when i execute the ff command in the command window :
>
>?"HELLO WORLD"

simply:
_SCREEN.FontName = "Arial"
_SCREEN.FontSize = 12
_screen.ForeColor = rgb(192,0,0)
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform