home *** CD-ROM | disk | FTP | other *** search
- // TODO: The property sheet attached to your project
- // via this function is not hooked up to any message
- // handler. In order to actually use the property sheet,
- // you will need to associate this function with a control
- // in your project such as a menu item or tool bar button.
-
- $$VAL:SHEETCLASS$$ propSheet;
-
- propSheet.DoModal();
-
- // This is where you would retrieve information from the property
- // sheet if propSheet.DoModal() returned IDOK. We aren't doing
- // anything for simplicity.