3 This dialog features a Tab control in the main dialg. The tab control
\r
4 then displays other simple dialogs.
\r
6 Note that property sheets provide an alternative to dialogs with a tab control.
\r
7 Refer to the PropertySheet example for a demonstration of property sheets.
\r
10 Features demonstrated in this example
\r
11 =====================================
\r
12 * Using a dialog as an application.
\r
13 * Use of AttachDlgItem to attach a dialog control to a CWnd.
\r
14 * Use of OnMessageReflect to handle notifications in the object that
\r
16 * Using a Tab control within a dialog
\r
17 * Using dialogs within a tab control