I have simple MFC legacy application. I need to create some 5 new screens with very nice GUI - so i decide to do it with WPF. I'm using VS 2010
My questions are
- I don't see any possible to create WPF library in creating new project menu.
- How can i import the WPF Dll that i will create into the MFC ?
- How can i create an instance of the WPF form MFC and make the Form 'DoModol()' call ?