... &ps); SelectObject(hdc , GetStockObject(GRAY_BRUSH)); Rectangle(hdc , 10 , 10 , 200 , 50); EndPaint(hwnd , &ps); return 0; } return DefWindowProc(hwnd ...
確定! 回上一頁