Page 1 of 1
Transparent BackColor
Posted: Mon Mar 01, 2010 4:38 am
by Hallen
Hi this is Hallen now i know to make how to make transparent BackColor for picturebox and for other stuffs like labels, textbox e.t.c...
If select transparent color it willl shows backgroundimage of form or will show color of form, But i need to make complete transparent color for picturebox, label, e.t.c...
Hallen [

]
Re: Transparent BackColor
Posted: Mon Mar 01, 2010 9:48 am
by TheET
You can't , i also face this problem .
Re: Transparent BackColor
Posted: Mon Mar 01, 2010 11:02 am
by CodenStuff
Hello Hallen,
Im not entirely sure what you mean by complete transparent picturebox?, could you explain a bit more please.
Thank you cooll;
Re: Transparent BackColor
Posted: Mon Mar 01, 2010 11:33 am
by tedhead2
Pictuebox->Properties->BackColor->Web->Transparent
there you have it.
Re: Transparent BackColor
Posted: Wed Mar 17, 2010 9:11 pm
by Agust1337
if you want to have your form transparent like with some gaming windows such as the WoW updater or something
you do this:
Form1 Properties -> Transparency Key = Control
Form1 Properties -> BackColor = Control
BackColor and Transparency key must be the same ;) or you wont have a transparent form

Re: Transparent BackColor
Posted: Wed Mar 17, 2010 10:31 pm
by Hallen
agust1337 wrote:if you want to have your form transparent like with some gaming windows such as the WoW updater or something
you do this:
Form1 Properties -> Transparency Key = Control
Form1 Properties -> BackColor = Control
BackColor and Transparency key must be the same ;) or you wont have a transparent form 
Yeah can do it like this also!
But i created one media player, But i want to add PictureBox over media player with transparent backcolor
But if i select BackColor = Transparent it will shows color of Form`s BackColor, I want to make 100% transparent BackColor!
Tell me if anyone knows!
Re: Transparent BackColor
Posted: Fri Mar 19, 2010 3:05 pm
by Agust1337
Hallen wrote:agust1337 wrote:if you want to have your form transparent like with some gaming windows such as the WoW updater or something
you do this:
Form1 Properties -> Transparency Key = Control
Form1 Properties -> BackColor = Control
BackColor and Transparency key must be the same ;) or you wont have a transparent form 
Yeah can do it like this also!
But i created one media player, But i want to add PictureBox over media player with transparent backcolor
But if i select BackColor = Transparent it will shows color of Form`s BackColor, I want to make 100% transparent BackColor!
Tell me if anyone knows!
hmm try adding the same color in the pic box too :P
Re: Transparent BackColor
Posted: Fri Mar 19, 2010 3:05 pm
by Agust1337
Hallen wrote:agust1337 wrote:if you want to have your form transparent like with some gaming windows such as the WoW updater or something
you do this:
Form1 Properties -> Transparency Key = Control
Form1 Properties -> BackColor = Control
BackColor and Transparency key must be the same ;) or you wont have a transparent form 
Yeah can do it like this also!
But i created one media player, But i want to add PictureBox over media player with transparent backcolor
But if i select BackColor = Transparent it will shows color of Form`s BackColor, I want to make 100% transparent BackColor!
Tell me if anyone knows!
hmm try adding the same color in the pic box too :P