Multicoloured text in text property of control

  • Thread starter Thread starter John
  • Start date Start date
J

John

Hi,

I want to have the text of my textbox in different colours. 1st char red,
2nd char blue etc. Is there anyway to do this in .Net?

Thanks.
 
Hello John,
I want to have the text of my textbox in different colours. 1st char red,
2nd char blue etc. Is there anyway to do this in .Net?

I don't think there's a good way to do this with a TextBox in Windows
Forms. Perhaps a RichTextBox would be a possible alternative for you.


Oliver Sturm
 
Back
Top