Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to change the FONT
Message
 
To
01/10/2003 21:42:55
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00834063
Message ID:
00834069
Views:
19
>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)
Previous
Reply
Map
View

Click here to load this message in the networking platform