I want to make a chat program and I use RichTextBox to display the conversation
how to display it in Colors .. for example my color is red,, and the other is blue
Code:RichTextBox1.Text = RichTextBox1.Text & myText & vbCrLf RichTextBox1.Text = RichTextBox1.Text & comingText & vbCrLf




Reply With Quote