How to change label backstyle transparent in c#?
i want to know how do i make the label transparent in c# with the control
color it currently on. I tried following code but it is nt working.
"label1.BackColor = Color.Transparent;"
Please help me out.
I have even tried by keeping label's backcolor property as transparent. but still its nt working.