Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Articles / Languages / VB

Transparent Label in VB

3.38/5 (10 votes)
10 Jun 2010CPOL 38K  
Label1.Paren...
VB
Label1.Parent = ControlName '(PictureBox1 if it is placed on a picturebox)
Label1.BackColor=Transparent
in VB.NET would do the trick.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)