Tagged Questions
7
votes
3answers
3k views
WPF TextBox not accepting Input when in ElementHost in Window Forms
We are developing a UI Control in WPF to be consumed within an existing Windows Forms / MFC application engine (Rhino 3D).
The application engine exposes the ability create a "Dockbar" which ...
5
votes
2answers
3k views
Loading/Using Resource Dictionaries from a WinForms hosted WPF control
I have a Windows Forms application that needs to host a WPF control at runtime. I have the basic hosting and interaction complete (using an ElementHost control) and everything works fine until I try ...