Windows Forms can be hosted inside a WPF application using WindowsFormHost. In this post I will show how easily you can use WindowsFormHost to host a windows Form content inside a WPF application.

Step 1:

Create a Windows control library application. Lets put something really simple in it. I have put one Button and one Textbox.

Read More....