home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / d / d014 / 2.ddi / QUIKTOUR / NEW.INC < prev    next >
Encoding:
Text File  |  1990-09-28  |  625 b   |  15 lines

  1. /***************************************************************************/
  2. /* This is a sample .INC file for the NEW pulldown menu item.              */
  3. /***************************************************************************/
  4.  
  5.      {
  6.       MessageBox(hWnd,
  7.                  "Your code to handle the NEW pulldown goes here",
  8.                  "NEW",
  9.                  MB_OK | MB_ICONINFORMATION);
  10.      }
  11.  
  12. /**************************************************************************/
  13. /* End of ASCII include file NEW.INC                      */
  14. /**************************************************************************/
  15.