home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / winui / input / mouseinfo / mousinfo.rc < prev    next >
Text File  |  1996-07-03  |  452b  |  20 lines

  1. //
  2. // RC file for the MousInfo tool
  3. //
  4. #include "windows.h"
  5. #include "mousinfo.h"
  6.  
  7. MOUSINFO_ICON ICON    DISCARDABLE     "MOUSINFO.ICO"
  8.  
  9. IDM_MENU MENU DISCARDABLE
  10. BEGIN
  11.     POPUP       "&TrackMouseEvent"
  12.     BEGIN   
  13.         MENUITEM    "Track Mouse &Hover",               IDM_HOVER
  14.         MENUITEM    "Track Mouse &Leave",               IDM_LEAVE
  15.  
  16.     END
  17.     MENUITEM    "&About",                               IDM_ABOUT
  18. END
  19.     
  20.