home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c083 / 21.ddi / DRAGDRP.PAK / DRAGDROP.RC < prev    next >
Encoding:
Text File  |  1993-12-02  |  239 b   |  16 lines

  1. #define STRICT
  2.  
  3. #include <windows.h>
  4.  
  5. DRAGDROPMENU MENU
  6. BEGIN
  7.     POPUP "Help"
  8.     BEGIN
  9.         MENUITEM "How To",        101
  10.         MENUITEM "View Files",    102
  11.         MENUITEM "Clear Files",    103
  12.         MENUITEM SEPARATOR
  13.         MENUITEM "About" ,        104
  14.     END
  15. END
  16.