Is it possible to make my popup CDilalog into another Cdialog (making it as a child) I’ve figured of the CWnd::ModifyStyle func but it return false when I for e.g. run:
m_dialog.ModifyStyle(ModifyStyle( 0 ,WS_CHILD );
Any suggestions how I could tackle the problem.
I’ve searched for articles round the net but no success…
Thanks
m_dialog.ModifyStyle(ModifyStyle( 0 ,WS_CHILD );
Any suggestions how I could tackle the problem.
I’ve searched for articles round the net but no success…
Thanks