Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Non proportional font in MS textbox
Message
 
To
01/07/1999 13:55:28
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00236588
Message ID:
00236639
Views:
12
>The font property is an object. Since we don't have font objects in VFP does this mean I can't change the font in the ActiveX textbox control (MS 2.0)?
>
>When I click on the button with the three dots on the properties sheet I get a font selection window I've never seen before, but it's empty. Do I need to register a font somewhere to make this work?

Have you tried;

Thisform.OLEControl1.Object.Font.Name = "Courier New"
Thisform.OLEControl1.Object.Font.Size = 12
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform