home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 March / VPR9703A.ISO / PLUGIN / QVIEWER / QVPTRW16.EXE / SCCDVAPI.SCC / SAMPLE.RC < prev    next >
Text File  |  1995-09-15  |  270b  |  16 lines

  1. #include <windows.h>
  2. #include "sample.h"
  3.  
  4. DEMO_ICON ICON "sample.ico"
  5.  
  6. DEMO_MENU MENU
  7. BEGIN
  8.     POPUP "File"
  9.         BEGIN
  10.         MENUITEM "Open...",MENU_FILE_OPEN
  11.         MENUITEM "Print (Dialog)",MENU_FILE_PRINTD
  12.         MENUITEM "Print (No Dialog)",MENU_FILE_PRINTND
  13.         END
  14. END
  15.  
  16.