I want to be able to resize my controls when the user resizes my form. I tried:
How do I get this to work?Code:case WM_SIZE: if ((HWND)lParam == hwnd) { MessageBox(hwnd, "You resized", "Resize", MB_OK | MB_ICONINFORMATION); }
|
Results 1 to 4 of 4
Thread: Resize: WS_SIZE? [Resolved]Threaded View
|
Click Here to Expand Forum to Full Width |