Rich Text Boxes

music7611

Active member
Joined
Jan 24, 2004
Messages
35
I have a program that uses a RichTextBox control. I need to change the formatting programaticly. Anywho, I need to change the formatting everytime the user changes the text. So, the only way to do this that I know of is to change the selection, then do SelectionColor, SelectionFont, ect.. But here is the problem! Everytime I press a key, it scrolls through the document changing everything. There has to be a better way to do this!!!

Please help me. Thank you in advanced.

P.S. Im using C#.
 
hm if you use an rtf doc then you see the format symbols, this is just like html or xml you have to set the formatting characters if you want to do it faster
another way is that you create your own textbox
 
Back
Top