We have an outdated application in Win32, we are creating new modules using WPF. We have a situation where we need to notify the WPF window of a specific key key called in the win32 window. My question is, is there a way to handle keyboard messages in a WPF window called in a win32 window? If so, what do I need to do to achieve this?
Thanks Ub
source
share