Is it possible to use AnimateWindow with AW_BLEND when using a layered window?
Posted
by wkf
on Stack Overflow
See other posts from Stack Overflow
or by wkf
Published on 2009-07-28T16:30:27Z
Indexed on
2010/03/20
20:31 UTC
Read the original article
Hit count: 364
I am displaying a window using UpdateLayeredWindow
and would like to add transition animations. AnimateWindow
works if I use the slide or roll effects (though there is some flickering). However, when I try to use AW_BLEND
to produce a fade effect, I not only lose any translucency after the animation (per-pixel and on the entire image), but a default window border also appears. Is there a way to prevent the border from appearing?
© Stack Overflow or respective owner