+ 1
WPF form can use in windows form?
if want windows presentation form insert in windows application if success or not
3 Antworten
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
0
ohh thanxxx
0
I will try with this library...