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