home *** CD-ROM | disk | FTP | other *** search
/ C Programming Starter Kit 2.0 / SamsPublishing-CProgrammingStarterKit-v2.0-Win31.iso / bc45 / dragdrop.pak / DRAGDROP.RC < prev    next >
Text File  |  1997-07-23  |  505b  |  19 lines

  1. //----------------------------------------------------------------------------
  2. // ObjectWindows - (C) Copyright 1991, 1993 by Borland International
  3. //----------------------------------------------------------------------------
  4. #ifndef WORKSHOP_INVOKED
  5.   #include <windows.h>
  6. #endif
  7.  
  8. DRAGMENU MENU
  9. BEGIN
  10.   POPUP "Help"
  11.   BEGIN
  12.     MENUITEM "How To",      101
  13.     MENUITEM "View Files",  102
  14.     MENUITEM "Clear Files", 103
  15.     MENUITEM SEPARATOR
  16.     MENUITEM "About",       104
  17.   END
  18. END
  19.