RichTextBox specific colors per few charicters / lines C#
Posted
by Xavier
on Stack Overflow
See other posts from Stack Overflow
or by Xavier
Published on 2009-11-16T04:57:59Z
Indexed on
2010/04/04
17:03 UTC
Read the original article
Hit count: 282
i have say, richTextBox1, and here is the contents:
line one from my textbox is this, and i want this to be normal, arial, 8 point non-bold font
line two, i want everything after the | to be bolded... | this is bold
line three: everything in brackets i (want) to be the color (Red)
line 4 is "this line is going to be /slanted/ or with italics
and so on, basically if i know how to do what i mentioned above, ill know everything i need to know to complete my project. code examples would be very very much appricaited! :)
© Stack Overflow or respective owner