How can i design a text box with multiple colours in it.
say the text hello should be such that h in green, e in yello, ll in white and o in black.
can anybody help
Printable View
How can i design a text box with multiple colours in it.
say the text hello should be such that h in green, e in yello, ll in white and o in black.
can anybody help
1. You can draw directly on the form, use print method and change the forecolor propery, also move next text position with currentx and currenty properties
2. Use a richtextbox
3. design your own activeX control