i dont see any properties on the textbox control that allows for it to be transparent? I want the form image to show through it. Thanks for any pointers.
Printable View
i dont see any properties on the textbox control that allows for it to be transparent? I want the form image to show through it. Thanks for any pointers.
How about using a Label instead and setting its BackStyle property to transparent?
because its going to be a multiline textbox =)
that would work but i need a vertical scrollbar...i dont think labels can have scrollbars
what im trying to do is a flat textbox that is transparent so you can see the text on a tiled background image..
thanks for the suggestion i'll probably end up doing it that way.