home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Programmer's Library 1.3 / Microsoft-Programers-Library-v1.3.iso / sampcode / win_lrn / hooks / menuhelp / app.h < prev    next >
Encoding:
C/C++ Source or Header  |  1988-04-28  |  256 b   |  13 lines

  1. /* String table constants */
  2. #define IDSNAME     100
  3. #define IDSABOUT    200
  4. #define IDSTITLE    300
  5.  
  6. /* 'About' dialog box resource id */
  7. #define ABOUTBOX    1
  8.  
  9. /* Menu constants */
  10. #define IDAPPMENU       1001
  11. #define IDHELP          2000
  12.  
  13.