home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / common / msdev98 / bin / ide / devgal.pkg / TEMPLATE / 22346 < prev    next >
Encoding:
Text File  |  1998-06-18  |  515 b   |  13 lines

  1.     // TODO: The property sheet attached to your project
  2.     // via this function is not hooked up to any message
  3.     // handler.  In order to actually use the property sheet,
  4.     // you will need to associate this function with a control
  5.     // in your project such as a menu item or tool bar button.
  6.  
  7.     $$VAL:SHEETCLASS$$ propSheet;
  8.  
  9.     propSheet.DoModal();
  10.  
  11.     // This is where you would retrieve information from the property
  12.     // sheet if propSheet.DoModal() returned IDOK.  We aren't doing
  13.     // anything for simplicity.