BeginPaint(hWnd, {out}paintStruct); try //Do my painting finally EndPaint(hWnd, paintStruct); end;. But calling BeginPaint also returns me a DC inside the ...
確定! 回上一頁