Search code examples
wpfhostingexternal

How would I host an external application in WPF?


How can I host a (.Net, Java, VB6, MFC, etc) application in a WPF window ?.

I have a need to use WPF windows to wrap external applications and control the window size and location.

Does anyone have any ideas on how to accomplish this or a direction to research in?


Solution

  • Use a HwndHost to host the outside window in your application.