Tuesday, 10 September 2013

C# label like textbox

C# label like textbox

I have my UserControl inherits the panel. And setpoint Control with a
transparent picture frame.
this.BackgroundImage = Properties.Resources.main_login;
this.BackgroundImageLayout = ImageLayout.Stretch;
I can set transparency of my control.
I need so I can do cover those actions like teksboksa. For example laybel
it clear as I can make laybel a textbox.

No comments:

Post a Comment