المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Using richtextbox as output



C# Programming
05-13-2009, 07:09 AM
Is there any way without selecting to change the format of the text? I mean, if I can set the format in the time of constructing the text?

richTextBox1.Text = (this bold)blah blah (this italic)blah

Like using html, is it possible?
Or do I have to select and change for each thing?