Tranperancy
-
Hi, I m using label control on windows media player i wanna make the label transperant for WMP How can i do it??
Unless u don't give ur hundred percent whatever u r doing till there is no result of ur work...
-
Change the backcolor property of label control to transparent.
label1.backcolor=color.transparent
Hope, this will work.. By- Gagan
Thanks But i already have tried it, the label become transperant for the form(Parent) not for the Windows Media Playe ;P r.... I set the label's parent to WMP but nothing happened... :zzz:
Unless u don't give ur hundred percent whatever u r doing till there is no result of ur work...
-
Thanks But i already have tried it, the label become transperant for the form(Parent) not for the Windows Media Playe ;P r.... I set the label's parent to WMP but nothing happened... :zzz:
Unless u don't give ur hundred percent whatever u r doing till there is no result of ur work...
-
Thanks But i already have tried it, the label become transperant for the form(Parent) not for the Windows Media Playe ;P r.... I set the label's parent to WMP but nothing happened... :zzz:
Unless u don't give ur hundred percent whatever u r doing till there is no result of ur work...
Transparent isn't. All Transparent does is tell the control to take on the background properties of it's parent container, which is the Form it's sitting in. For a truely transparent control, you'll need to make a custom version of the label. Google for "vb.net transparent label" and you'll find a bunch of examples.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007, 2008