We have a MFC application. And we added an WPF assembly to be hosted in this application. The MFC application already implemented printing using MFC printing dialog. Now, we want to use the same MFC printing dialog to print the WPF content, how can we pass those printing settings (from MFC printing dialog) to WPF? The WPF has it's own PrintDialog class. Anyway to interop the WPF PrintDialog and the MFC printing dialog?
↧