Making a TextBox Transparent [duplicate]
Asked Answered
T

1

4

I have a TextBox in my Form that I want to let it be tranparent and show a picture that is in a PictureBox, behind it, but how I can do this? Thanks.

Temporize answered 11/11, 2009 at 16:35 Comment(0)
C
3

Not too complex, after some searching on StackOverflow, I found this answer.

Basically, you need to subclass TextBox and in its constructor add the appropriate style.

Final stpe, set its BackColor to Transparent. Hope it helps.

Catchword answered 29/7, 2013 at 18:38 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.