[Help] Changing Richtextbox's selection color. [solved]How I make a Richtextbox change Forecolor ON THE SELECTED TEXT?
beleave this will work Code: Private Sub button1_Click() CommonDialog1.ShowColor RichTextBox1.SelColor = CommonDialog1.Color End Sub ?
can u make it where just that text is a color? like Code: richTextBox1.SelectionColor = Color.blue 'or what ever color u want the color of that text