Windows Problem

I'm doing double buffering with Windows. And everything works fine, i copy one DC to another. Everything is rendered except child windows.
I declare the Child Window before the main loop wirh CreateWindowEx(); But when i run & compile my child window flickers and dissapears. I think it's cause of the double buffering. I don't know what to do.
I gues i need to do something with WM_PAINT in Callback, But what and how.
I need to make that child window constantly visible!
[499 byte] By [cpprules] at [2007-11-19 15:52:34]
# 1 Re: Windows Problem
Sounds like Visual Basic. Is this the case? If so you might want to ask a moderator to move it to that forum. Can you post the code?
PeejAvery at 2007-11-10 3:39:33 >