R – Integrate WPF and Windows Forms

winformswpf

I am learning WPF and was wondering if there is a way to show a WPF Window from an existing C# WinForm without 'hosting' WinForm in WPF?
I tried using myWPFWindow.show() on button click event for displaying the Window. The window is getting displayed but the textboxes displayed in the window are preventing me from typing. Can someone point me in the right direction on how to get this working?

Thanks.

Best Answer

Yes, that is a strange problem I also ran into one year ago. I don't exactly remember the solution, but this forum thread should point you into the right direction.