Reputation: 7048
Which notification message do you receive if any window is losing focus?
Upvotes: 7
Views: 6336
Reputation: 988
WM_ACTIVATE
Upvotes: 4
Reputation: 490713
WM_KILLFOCUS. In case you care, wParam will be the handle of the window that's receiving the focus.
WM_KILLFOCUS
wParam
Upvotes: 6