How to change richtextbox font/format ?

D

Du

I want to format the text within my richtextbox. However I have large
amount of text to change, simply using richtextbox.select and format is not
pratical.

How do I change text format using control characters (ie rtf format string)
???

I only need a few formating string; font-weight, font-size, color, and font
face

Thank you!
 
P

Philip Hristov

Hello,

Why do not use the RTF property? You can get/set raw rtf to the
RichText.

Regards,

Philip.
 
D

Du

raw rtf is what i'm after, but I dont' know what is raw rtf is and how to
use it. I tried to search the news group and google but i haven't found any
resource that shows me what to do

do you have any good link?

thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top