Quote from: Dyndrilliac on September 27, 2004, 01:07 PM
My RTB control, I just noticed had no "Forecolor" property, and I want to make it so the user can type in it and it-not-be black.
QuoteWith RichTextBox1
.SelStart = 0
.SelLength = Len(.Text)
.SelColor = vbNotBlack
.SelStart = .SelLength
End With