im usingVB Code:
case WM_SIZE: { RECT rcClient; GetClientRect(hwnd, &rcClient); SetWindowPos(hList, NULL, 0, 0, rcClient.right, rcClient.bottom, SWP_NOZORDER); break; }
Is this a good way to do it?
|
Results 1 to 2 of 2
Thread: Resizing
|
Click Here to Expand Forum to Full Width |