Hi there,

When WM_SETFOCUS is trapped, we expect its WPARAM is the Handle to the window that has lost the keyboard focus. But it can NULL. In my app, it's always NULL. Why?

Can the keyboard focus be returned to the previous another application window when the mouse is moved out of your app window?

Thanks in advance,