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

  1. #include <windows.h>
  2. #include  "GethDC.h"
  3.  
  4. GethDC MENU
  5.     BEGIN
  6.         POPUP "Menu"
  7.            BEGIN
  8.               MENUITEM "&GetDC",                            IDM_GETHDC
  9.            END
  10.         MENUITEM "\a&Help"                                  IDM_HELP  HELP
  11.     END
  12.  
  13.  
  14.