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?
Question
d00_ape
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
Link to comment
Share on other sites
1 answer to this question
Recommended Posts