how to set each line with different font type in richTextbox?? i only can set the whole text within the richtextbox....how to do that?
VB Code:
RichTextBox1.Text &= TextBox1.Text & vbCrLf RichTextBox1.Font = New Font(New FontFamily("Arial"), 10, FontStyle.Underline)




Reply With Quote