Hi for all experts,
Can any body help for make the label back color to transparent? or empty background? because i try in this waybut can not work. ThanksCode:Label1.BackColor = Color.Transparent
Printable View
Hi for all experts,
Can any body help for make the label back color to transparent? or empty background? because i try in this waybut can not work. ThanksCode:Label1.BackColor = Color.Transparent
Hi,
transparency is not supported as you have discovered. Try this solution from Alex Yakhin
Pete
Hi, Thanks for ur reply, but in my project was using vb.net CF.
Hi,
then use one of the many translators on the web to translate it from C# to VB.Net
Pete