I have a CBCGPDialog which hosts several CBCGPDialog subdialogs. (Using SetParent and WS_EX_CONTROLPARENT).
This used to work pretty well with CDialog, but now the title bar of each subdialog is shown even though I turned it off. And some parts of the dialog are not drawn correctly after repaint.
How can I fix these? |