Resizing Dialog Example ======================= This program simply displays a modal dialog that can be resized. Features demonstrated in this example ===================================== * Using a dialog as an application * Using CDialog to display a dialog defined a resource script (resource.rc) * Using CResizer to manage the resizing of the dialog. About Dialogs ============= Dialog applications are easy to create, provided we have access to a resource editor to build the resource script file for us (often called resource.rc). Commercial compilers usually include a resource editor for this purpose, but free compilers generally don't. For a free resource editor, try resedit from here: http://www.resedit.net/