07-17-2005 11:13 AM
07-18-2005 10:41 AM
You can do this by handling the WM_SIZE message (which maps to CWnd::OnSize in MFC), and then writing code to resize the controls. Take a look at this article for an example.
- Elton