This does not change the update LRESULT OnPaint (HWND hWnd) { PAINTSTRUCT ps; HDC hdc; hdc = ::BeginPaint(hWnd, &ps); UINT index; for (index = 0; ...
確定! 回上一頁