vote up 2 vote down star

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.

flag

1 Answer

vote up 2 vote down check

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.

link|flag
Thanks for your help. The suggested forum was very helpful. It works now. – shanxt3r Oct 14 '08 at 21:46

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.