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

  1.  
  2. #include "style.h"
  3.  
  4. TestSubMenu MENU
  5.  BEGIN
  6.    POPUP "GetSubMenu"
  7.       BEGIN
  8.          MENUITEM "Test", 100
  9.       END
  10.  END
  11.