Try this to change the font color:
VB Code:
Dim oldsel As Integer oldsel = RichTextBox1.SelStart RichTextBox1.SelStart = 0 RichTextBox1.SelLength = Len(RichTextBox1.Text) RichTextBox1.SelColor = vbBlue RichTextBox1.SelStart = oldstart
|
Results 1 to 5 of 5
Threaded View
|
Click Here to Expand Forum to Full Width |