dotnetmonitor.com

 
Index
Previous
Next

 

Absolutely. You can have a WPF application pop a Windows Form much in the same way that you can pop a WPF window from a Windows Forms application. Furthermore, you can place Windows Forms controls side-by-side with WPF controls on a WPF window or page by using the WindowsFormsHost control that will ship as part of the interoperability layer.
How can I leverage my current investment in Windows Forms applications and still tap into the cool features of WPF?
What about user controls and third-party controls including ActiveX controls?
How do I host a Windows Forms control in a WPF application?
I cant seem to find System.Windows.Forms.Integration, where do I find it?
How do I host a WPF control in a Windows Forms application?