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

  1. #include <windows.h>
  2. #include  "GetDCPos.h"
  3.  
  4. GetDCPos MENU
  5.     BEGIN
  6.         POPUP "&Get Current Position"
  7.             BEGIN
  8.                 MENUITEM  "&GetCurrentPosition",            IDM_GETPOSITION
  9.             END                                
  10.         MENUITEM "\a&Help"                                  IDM_HELP  HELP
  11.     END
  12.  
  13.  
  14.