I have a picture box with a picture in it.
I place a label control over the picture control, and I set the BackColor
property on the label to Transparent.
And yet the Label does not show as transparent at runtime or design time.
It has the standard ugly gray background.
Why?
What is the best solution?

Thanks,
Steve Orr

Re: Transparent Label by Ken

Ken
Sat May 15 21:38:06 CDT 2004

Hi,

When a controls backcolor is transparent it takes the background of
its parent. Make sure the label parent is the picturebox.

Ken
--------------
"Steve C. Orr [MVP, MCSD]" <Steve@Orr.net> wrote in message
news:uECXPCgOEHA.3264@tk2msftngp13.phx.gbl...
>I have a picture box with a picture in it.
> I place a label control over the picture control, and I set the BackColor
> property on the label to Transparent.
> And yet the Label does not show as transparent at runtime or design time.
> It has the standard ugly gray background.
> Why?
> What is the best solution?
>
> Thanks,
> Steve Orr
>
>