... RECT rect, textrect; PAINTSTRUCT a; HGDIOBJ original; GetClientRect(hwnd,&rect); //getting the actual client rectangle hdc=BeginPaint(hwnd,&a); //for ...
確定! 回上一頁