Hi All,

I need to have transparent textboxes. I thought it would be as simple as inheriting TextBox and putting the following code in the constructor:-
setstyle(ControlStyles.SupportsTransparentBackColor, True)

The textbox now certainly allows me to set the backcolor to transparent, but unfortunately it always displays as white when I do.

Any clues?

Alan Liddle