例如,使用BeginPaint,我经常看到: case WM_PAINT: hdc = BeginPaint(hWnd, &ps); MemDC = CreateCompatibleDC(hdc); bmp = CreateCompatibleBitmap(hdc, ...
確定! 回上一頁