multi colour text in textbox

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
How do I make a textbox where the tekt can have different colour. I have
tried to make a derrived class of the textbox class but couldn't quite get it
to work.

Thx
Simon
 
Hi Simon,

You need to use a RichTextBox to be able to format individual parts of the
text.

Happy coding!
Morten Wennevik [C# MVP]
 
Back
Top