home *** CD-ROM | disk | FTP | other *** search
/ C Programming Starter Kit 2.0 / SamsPublishing-CProgrammingStarterKit-v2.0-Win31.iso / tybc4 / ctllst.rc < prev    next >
Text File  |  1994-05-26  |  144b  |  8 lines

  1. #include <windows.h>
  2. #include <owl\window.rh>
  3.  
  4. EXITMENU MENU LOADONCALL MOVEABLE PURE DISCARDABLE
  5. BEGIN
  6.    MENUITEM "E&xit", CM_EXIT
  7. END
  8.