It is a nice "trick" (Thanks for the info !) but unfortunatly, it is
absolutely not suitable for production. Using paren'ts invalidation on timer
causes a lot of flicking and still does not render correctly over several
types of controls, like ComboBox, (ComboBox's text will draw itself over the
"Transparent control" while the rest of the ComboBox will stay behind it -
weird) etc. Double buffering is not supported.
I'm still looking for another solution...

Signature
Thanks,
Viktar Z.
> Have you read this?
>
[quoted text clipped - 28 lines]
> > (I did a work around by placing a whole opaque Form over needed controls,
> > but that's not a solution I'm looking for)
Kennedy Kok - 25 May 2006 21:19 GMT
Hello Viktar,
I think the "best" solution is what you already have - using a Form and setting
it's transparency. Hopefully, vista will bring true-transparency on controls.
K
> It is a nice "trick" (Thanks for the info !) but unfortunatly, it is
> absolutely not suitable for production. Using paren'ts invalidation on
[quoted text clipped - 46 lines]
>>> Thanks,
>>> Viktar Z.