Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Edit Box without Word Wrap
Message
From
27/06/2001 17:06:03
 
 
To
27/06/2001 16:37:27
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00524328
Message ID:
00524429
Views:
15
This message has been marked as a message which has helped to the initial question of the thread.
Craig,
You can access the Font's properties by code. Example:
*&  MS Form 2.0 Textbox Init()
WITH This.Font
    .Name = "Tahoma"
    .Size = 12
    .Italic = .T.
    .Underline = .T.
    .Bold = .T.
ENDWITH
HTH.

Wan
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform