RichTextBox Problem - Help
string1 = "My Name Is"
String2 = "Ken"
i want to display both string in a richtextbox with different font as following
string1= font size 12, Verdana, Bold
string2= font size 14, Times News Roman, Italic ..
What should i do ??