S
Scott
I need to have a RichTextBox that displays various text (in color), but
the user cannot highlight or edit the text in anyway, With a regular
textbox, I can set .Enabled=False and that does exactly what I want, but
with the RichTextBox, setting .Enabled=False turns the box grey, and I
need it to stay on the BackGround color....labels won't do, as I need
individual words to be different colors.
Any Ideas?
Scott
the user cannot highlight or edit the text in anyway, With a regular
textbox, I can set .Enabled=False and that does exactly what I want, but
with the RichTextBox, setting .Enabled=False turns the box grey, and I
need it to stay on the BackGround color....labels won't do, as I need
individual words to be different colors.
Any Ideas?
Scott