line(x2-11,y2-1,x2-1,y2-11);/当前正在接收文件的块数hdc=GetDC(hwnd);

来源:学生作业帮助网 编辑:六六作业网 时间:2024/11/29 05:10:20
line(x2-11,y2-1,x2-1,y2-11);/当前正在接收文件的块数hdc=GetDC(hwnd);line(x2-11,y2-1,x2-1,y2-11);/当前正在接收文件的块数hdc=

line(x2-11,y2-1,x2-1,y2-11);/当前正在接收文件的块数hdc=GetDC(hwnd);
line(x2-11,y2-1,x2-1,y2-11);/当前正在接收文件的块数hdc=GetDC(hwnd);

line(x2-11,y2-1,x2-1,y2-11);/当前正在接收文件的块数hdc=GetDC(hwnd);
{ HDC hdc=GetDC(hWnd); CDC *pCdc = CDC::FromHandle(hdc); pCdc->MoveTo(startPoint); pCdc->LineTo(endPoint); ReleaseDC(hWnd,hdc); }