Click to See Complete Forum and Search --> : Windows Problem


cpprules
November 24th, 2005, 08:27 AM
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!

PeejAvery
November 28th, 2005, 12:36 AM
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?