If you want to obtain the HWND from a HDC, use WindowFromDC. If you want to obtain the HDC from a HWND use GetDC (anywhere) or BeginPaint ...
確定! 回上一頁