Hi,
I want to use WPF user control inside Visual Studio Option page. I inherited the class from DialogPage. Property "Window" returns my own class derived from System.Windows.Forms.UserControl, which contains ElementHost. Inside this element host a System.Windows.Controls.UserControl is added. Everything seems fine, but the textbox inside user control does not process keyboard events (Backspace, Delete work fine but no other key is working). Buttons work too.
I found some hints about message loop sharings, but everything I tried did not work. May somebody please help me with this and provide some hint about how to implement this message loop sharing? (this seems too complicated for me and I was unable to get it working.