Applying transparency to UserControl or other controls like button, label
I am developing one Windows forms application using .Net 2005. I have a requirement to apply transparency to one usercontrol which is placed on a form.
I am able to apply transparency to a Form as it has Opacity property. But, I am not able to apply transparency to either usercontrol or to other controls like button, label and etc.,
Please suggest me on this.