Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Non proportional font in MS textbox
Message
 
À
01/07/1999 13:55:28
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Divers
Thread ID:
00236588
Message ID:
00236639
Vues:
13
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform