Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Rich Textbox Control - anyone??
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00475409
Message ID:
00475430
Vues:
29
You can use the CommonDialog control to select font attributes. When the form is exited, set properties:

with thisform

.RTFBox.SelFontName = .CommonDialog1.FontName
.RTFBox.SelFontSize = .CommonDialog1.FontSize
.RTFBox.SelItalic = .CommonDialog1.FontItalic
.RTFBox.SelBold = .CommonDialog1.FontBold
.RTFBox.SelStrikeThru = .CommonDialog1.FontStrikeThru
.RTFBox.SelUnderline = .CommonDialog1.FontUnderline

endwith

Charlie
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform