關于WM_MOVE和WM_MOVING的問題. ... case WM_MOVE: { //system("Cls"); int xpos = LOWORD(lparam); int ypos = HIWORD(lparam); hdc = GetDC(hwnd);
確定! 回上一頁