C# How to embedded WPF(.exe) to Window Form panel
I have created a Window Form project use for embedded WPF(.exe) to the Panel.
when program run.
the WPF(.exe) can be embedded to the Panel but position of mouse is incorrect.
The WPF(.exe) is no function.
What should I modify to make it work normally?
thanks!!!