WPF form can use in windows form? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

WPF form can use in windows form?

if want windows presentation form insert in windows application if success or not

5th Jan 2018, 4:38 PM
Shafique
Shafique - avatar
3 Answers
0
It is possible but you need to make a usercontrol library in wpf. If you have the user control library you can at it to your winform using a ElementHost. https://docs.microsoft.com/en-us/dotnet/framework/winforms/advanced/walkthrough-creating-new-wpf-content-on-windows-forms-at-design-time
5th Jan 2018, 9:15 PM
sneeze
sneeze - avatar
0
ohh thanxxx
6th Jan 2018, 11:46 AM
Shafique
Shafique - avatar
0
I will try with this library...
6th Jan 2018, 11:46 AM
Shafique
Shafique - avatar