home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / com / inole2 / chap09 / linkuser / linkuser.res / linkuser.rc < prev   
Text (UTF-16)  |  1998-03-30  |  588b  |  17 lines

  1. LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
  2.  
  3. 1 MENU
  4. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  5. {
  6.   POPUP "&Link"
  7.   {
  8.     MENUITEM "Show Description",  100
  9.     MENUITEM "Parse Display Name and Bind",  101
  10.     MENUITEM SEPARATOR
  11.     MENUITEM "&Exit",  102
  12.   }
  13. }
  14.  
  15. ICON ICON "ICON.ico"
  16.  
  17.