Which notification message do开发者_如何学Go you receive if any window is losing focus?
WM_KILLFOCUS
. In case you care, wParam
will be the handle of the window that's receiving the focus.
WM_ACTIVATE
Which notification message do开发者_如何学Go you receive if any window is losing focus?
WM_KILLFOCUS
. In case you care, wParam
will be the handle of the window that's receiving the focus.
WM_ACTIVATE
精彩评论