How to Create Resizable Dialogs in MFC
Example 1: Using Paulo Messina’s Code Project sample A minimalist use of the CResizeableDialog class as described by Paulo Messina at CodeProject . Hope you find the following recipe useful. Visual Studio 2003 source code is downloadable from here. 1. Create a new MFC Project 2. In the resource editor, add a simple edit control …