- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
RECT rect;
GetWindowRect(hWnd, &rect);
int iWidth = rect.right - rect.left;
int iHeight = rect.bottom - rect.top;
Line(hDC, 0, 0, 5000, 0);
Line(hDC, 0, 0, 0, 5000);
Line(hDC, 0, iHeight - 1, iWidth, iHeight - 1);
Line(hDC, iWidth - 1, 0, iWidth - 1, iHeight - 1);
mittorn 23.08.2015 01:00 # 0
inkanus-gray 23.08.2015 10:20 # 0
Но это только догадка. Может быть, по заданию так и надо было.
Janycz 24.08.2015 15:18 # 0
bormand 24.08.2015 17:43 # 0
kegdan 24.08.2015 18:40 # 0