0

Yes, I know it is possible to use RichTextBox for that. Is there are any alternative solution?

Edit: The problem with use of DrawString function by char is that it will not show string properly in total

volody
  • 6,946
  • 3
  • 42
  • 54
  • see this link [Multiple colors in a C# .NET label](http://stackoverflow.com/questions/275836/multiple-colors-in-a-c-net-label) – DeveloperX Jun 11 '11 at 05:55

1 Answers1

2

You could override the OnPaint method, but I don't think you want to take it that far (I may be wrong).

Short answer, use a richtext.

Brad Christie
  • 100,477
  • 16
  • 156
  • 200