Yes. VisualObjects of WPF application can be hosted in WIN32 application using the “HwndSource” class. The HwndSource class wraps the objects in the WPF application and allow them to be incorporated in the WIN32 application as a child window.
Home / FAQ / WPF / Visual Layer / Can I host WPF objects in WIN32 application ?
Yes. VisualObjects of WPF application can be hosted in WIN32 application using the “HwndSource” class. The HwndSource class wraps the objects in the WPF application and allow them to be incorporated in the WIN32 application as a child window.
Share with