Is there anything like the richtextbox in a label??? Or anything where I can use more than one color in it at once?
Thanks guys! (and gals ;) )
Printable View
Is there anything like the richtextbox in a label??? Or anything where I can use more than one color in it at once?
Thanks guys! (and gals ;) )
Try using a picture box with the BorderStyle set to none (0).
Then you can print text on the picture box and position it using the CurrentX/Y properties and change the it's color using the ForeColor property.