case WM_ACTIVATEAPP : // wparam = true for get focus, false for lose focus if (wParam) SetFocus( gFocusWin ); else gFocusWin = GetFocus(); ...
確定! 回上一頁