3 This program simply displays a modal dialog. It might prove a useful
\r
4 starting point for your own dialog based projects.
\r
7 Features demonstrated in this example
\r
8 =====================================
\r
9 * Using a dialog as an application
\r
10 * Using CDialog to display a dialog defined a resource script (resource.rc)
\r
15 Dialog applications are easy to create, provided we have access to a
\r
16 resource editor to build the resource script file for us (often called
\r
17 resource.rc). Commercial compilers usually include a resource editor
\r
18 for this purpose, but free compilers generally don't. For a free
\r
19 resource editor, try resedit from here: http://www.resedit.net/
\r