✅ Wndproc is not receiving any messages when window is not focused
HI! I am trying to handle messages in WPF using WndProc like this:
When window is focused everything is working fine, but when I select another window, wndproc stop receiving any messages. How can I fix it?
When window is focused everything is working fine, but when I select another window, wndproc stop receiving any messages. How can I fix it?