Display the value in richtextbox base on two textbox values
I have a richTextBox, 2 textbox (textboxName and textboxPhone) on my form.
Now i want to set the richTextBox.Text as following :
1) First it will show the value of textboxName.Text value in bold, 16 font size, Times News Roman
2) It will then leave an (or 2) empty line
3) It will show the value of the textboxPhone.Text value in Italic, 12 font size, Verdana
How to do so?? Hope someone can help ..Thanks in advance