home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / netds / rpc / whello / whello.rc < prev    next >
Text File  |  1995-11-14  |  448b  |  21 lines

  1. #include "windows.h"
  2. #include "whelloc.h"
  3.  
  4. GenericMenu MENU
  5. BEGIN
  6.     POPUP     "&Remote Call"
  7.     BEGIN
  8.     MENUITEM "&Protocol sequence name", IDM_PROTSEQ
  9.     MENUITEM "&Server name", IDM_SERVER
  10.     MENUITEM "&Endpoint name", IDM_ENDPOINT
  11.     MENUITEM "Make the &call", IDM_SEND
  12.     MENUITEM SEPARATOR
  13.     MENUITEM "E&xit", IDM_EXIT
  14.     END
  15.     POPUP     "&Help"
  16.     BEGIN
  17.     MENUITEM "&About RPC Hello...", IDM_ABOUT
  18.     END
  19. END
  20. #include "whello.dlg"
  21.