Put MFC CDialog in a WPF form

Posted by splintor on Stack Overflow See other posts from Stack Overflow or by splintor
Published on 2010-05-23T18:49:36Z Indexed on 2010/05/26 0:41 UTC
Read the original article Hit count: 522

Filed under:
|
|
|

Hi,
We are porting an MFC application to WPF, and will probably won't have time to port the entire application. The MFC app has many CDialog-based windows, and we are thinking of leaving some of these windows in MFC, and show them inside a WPF window, so we can control their modality from WPF.

Is there an easy way to accomplish that? If not, can you recommend another way to handle this?

thanks,
splintor

© Stack Overflow or respective owner

Related posts about wpf

Related posts about mfc