Transparent Label in VB
Label1.Paren...
Label1.Parent = ControlName '(PictureBox1 if it is placed on a picturebox)
Label1.BackColor=Transparent
in VB.NET would do the trick.Label1.Paren...
Label1.Parent = ControlName '(PictureBox1 if it is placed on a picturebox)
Label1.BackColor=Transparent
in VB.NET would do the trick.