Put MFC CDialog in a WPF form
- by splintor
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