home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Programmer's Library 1.3 / Microsoft-Programers-Library-v1.3.iso / sampcode / win_lrn / spawn / setpar.rc < prev    next >
Encoding:
Text File  |  1988-08-11  |  394 b   |  15 lines

  1. #include <windows.h>
  2. #include  "SetPar.h"
  3.  
  4. SetPar MENU
  5.     BEGIN
  6.         POPUP "&Set Parent"
  7.             BEGIN
  8.                 MENUITEM  "&Set Parent 1",                  IDM_SETPARENT1
  9.                 MENUITEM  "Set &Parent 2",                  IDM_SETPARENT2
  10.             END                                
  11.         MENUITEM "\a&Help"                                  IDM_HELP  HELP
  12.     END
  13.  
  14.  
  15.