could any one help me how to make the label box as transparent....

Recommended Answers

All 5 Replies

label1.BackColor = Color.Transparent

yup thats what i was going to say!

Great minds think alike. :)

thanx bro
it worked.... but the enhancement is that you have to make the immediate layer as it's parent....
for example if you r using a label on the picturebox then the coding is

label1.parent=picturebox1
label1.backcolor=color.transparent

b t w tanx lots.............

Glad to be of help. :)

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.