Process is simple. First you need to add a HWND to your WPF applications in UI to host Windows Form controls there. Actually you must derive a class from HwndHost base class to be able to do this but thankfully Microsoft has done the main job and has added a default implementation that is suitable for many common needs and it’s WindowsFormsHost.
Via Host Windows Forms Controls in WPF – Keyvan Nayyeri
Advertisements
Pingback: » Host Windows Forms Controls in WPF - Keyvan Nayyeri