You can try to use WM_ACTIVATEAPP message. First define a bool variable bool wActive = false , in the WndProc procedure, here is the next piece of code: ...
確定! 回上一頁