Hi all,
I have develop some compontents with transparent property. I can do it
partially, when there is only a parent container under it. When there are
other control behind it, the tranparent control on the top only paint the
parent background on it, and ignores the other controls' background under
it. Can anyone give me some hints to solve this problem?
One more question, if the transparent control have a background image on it,
how can I make it transparent?
Thanks for helping ^^
Tony
Stoitcho Goutsev \(100\) [C# MVP] - 13 Aug 2004 21:32 GMT
Hi Tony,
Set control's WM_EX_TRANSPARENT style. this will make all sibling controls
to paint over the transparent control

Signature
HTH
Stoitcho Goutsev (100) [C# MVP]
> Hi all,
> I have develop some compontents with transparent property. I can do it
[quoted text clipped - 9 lines]
>
> Tony