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

  1. #include  <windows.h>
  2. #include  "GetBitSM.h"
  3.  
  4. BitmapHelp  BITMAP  GetBitSM.bmp
  5.  
  6. GetBitSM MENU
  7.     BEGIN
  8.         MENUITEM "&GetStretchBltMode",                      IDM_GETMODE
  9.         MENUITEM "\a&Help",                                 IDM_HELP  HELP
  10.     END
  11.