c# - Custom look of Textbox -


I have to write a completely different looking text box compared to the basic viewer textbox, I really need a different background, How can I get it? I tried drawing the owner with SetStyle (ControlStyles.UserPaint, true); but it caused a lot of flicker and the text was completely false, incorrect, fonts, shapes etc.

Wrtiting will overkill a text box with scratch, I guess.

If you need a different background on a particular text box, a work around Is offered.

Comments