What I'm trying to do is very simple, but really not much information. Basically, I have a normal opaque parent window, and I want to put a child window (which has its own opaque controls) inside this parent window. So the only thing I need to do is set the transparency of the background brush of the child window, but it still draws a white background. I tried using the WS_EX_LAYERED style and SetLayeredWindowAttributes, but it makes the child window invisible.
pullo_van
source share