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

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