Posts Tagged WinForms\WPF Integration
Enabling keybord input in hosted WPF dialog inside Windows Forms window
In case you hosting WPF dialog inside Winforms window, and opening it in modaless state – probably your dialog will not receive keyboard input. To fix this issue, call once to this method: EnableModelessKeyboardInterop(). More about it here.
Add comment April 13, 2008