Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Rich Textbox Control - anyone??
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00475409
Message ID:
00475430
Views:
30
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform