Host a WPF form/application windows inside a Winform - how?
-
Hi I have a WPF application which I don't want to rewrite again inside another new Winform app - how can I host the WPF app from inside a Winform? Thinking of digging a hole on Winform, through the hole shows the old WPF app. But the two apps/exe need to align, move and resize together. Wonder how this can be done (comm by socket a possibility).
dev
-
Hi I have a WPF application which I don't want to rewrite again inside another new Winform app - how can I host the WPF app from inside a Winform? Thinking of digging a hole on Winform, through the hole shows the old WPF app. But the two apps/exe need to align, move and resize together. Wonder how this can be done (comm by socket a possibility).
dev
you can host WPF controls in a form Integrate WPF UserControls in WinForms[^]