case WM_ACTIVATE: { // test if window is being activated if(LOWORD(wParam)!=WA_INACTIVE) { // application is being activated } else ...
確定! 回上一頁