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.rc < prev    next >
Text File  |  1996-05-13  |  693b  |  32 lines

  1. /*
  2.  * LINKUSER.RC
  3.  * Link User Chapter 9
  4.  *
  5.  * Resource definitions
  6.  *
  7.  * Copyright (c)1993-1995 Microsoft Corporation, All Rights Reserved
  8.  *
  9.  * Kraig Brockschmidt, Microsoft
  10.  * Internet  :  kraigb@microsoft.com
  11.  * Compuserve:  >INTERNET:kraigb@microsoft.com
  12.  */
  13.  
  14.  
  15. #define RPC_NO_WINDOWS_H
  16. #include "linkuser.h"
  17.  
  18.  
  19. Icon    ICON    linkuser.ico
  20.  
  21.  
  22. IDR_MENU MENU MOVEABLE DISCARDABLE
  23.    BEGIN
  24.     POPUP "&Link"
  25.      BEGIN
  26.       MENUITEM "Show Description",              IDM_LINKSHOWDESCRIPTION
  27.       MENUITEM "Parse Display Name and Bind",   IDM_LINKPARSEANDBIND
  28.       MENUITEM SEPARATOR
  29.       MENUITEM "&Exit",                         IDM_LINKEXIT
  30.      END
  31.    END
  32.