home *** CD-ROM | disk | FTP | other *** search
/ Netscape Plug-Ins Developer's Kit / Netscape_Plug-Ins_Developers_Kit.iso / plugins / qview / qvptrw16.exe / SCCDVAPI.SCC / SAMPLE.RC < prev    next >
Encoding:
Text File  |  1995-09-15  |  270 b   |  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.