Hi, so this is a weird one so hang in there with me. I'm really stumped and not sure what to do.
I have an application with an Actipro WPF Ribbon Window with a ribbon containing a few ribbon text boxes and combo boxes on it. Then in the document area below the ribbon I have a WinForms control that's hosted inside a WindowsFormsHost object. When I interact with the textbox or the combobox on the ribbon by clicking to change the selection or clicking and typing and then I click the WinForms control to change focus back to it, that WinForms control no longer gets any keyboard input.
It's as if the keystrokes are still going to the ribbon controls and I can't find anyway to get keyboard focus to move back to the WinForms control. I have to restart the app to get the ribbon controls to stop eating the keyboard input. We're getting to within days of shipping our app and I'm running out of ideas. Any thoughts you have would be very welcome. I'm also happy to provide a sample app if that helps.
Thanks in advance!
Nate
[Modified 7 years ago]