RichTexBox & RTF

  • Thread starter Thread starter Ryan Ramsey
  • Start date Start date
R

Ryan Ramsey

I am not sure if I can do this, please respond with best practices.

On an application I am writing I have a RichTextBox control that I would
like to put formatted text into.

If I use the 'text' property from the properties pulldown only the TEXT i
put into the box shows in the rtf. Is there a formatting mechanism like <b>
for bold that I can use?

The other option is to use formatted rtf or xml document and read it into
the control with the LoadFile() command. The crux here is I am distributing
the app via the network using Onestep
 
Hello Ryan,

Embed the RTF document as a resource and load it into the rtf control from
the resource.

-Boo
 
Back
Top