Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Dock one CDialog into one other during runtime…

Status
Not open for further replies.

d00ape

Programmer
Apr 2, 2003
171
SE
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
 

Ion Filipski
1c.bmp
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top