I wish to paint over a window created with the styles WS_EX_TOPMOST|WS_EX_TRANSPARENT|WS_EX_LAYERED
, in the WM_PAINT
message the window receives.
Can I do that? If not what can I do to draw an animation (the content drawn is changed) over a transparent (both visually and hit-transparent) window?
I an able to see the animation being drawn WS_EX_TRANSPARENT|WS_EX_LAYERED
are not specified, but that doesn't achieve the goal as I want the window to be transparent.