3

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.

1 Answer 1

3

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.

Sign up to request clarification or add additional context in comments.

1 Comment

Thanks for your help. The suggested forum was very helpful. It works now.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.