home *** CD-ROM | disk | FTP | other *** search
/ Total C++ 2 / TOTALCTWO.iso / vfp5.0 / vfp / samples / solution / ole / mmsample.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-08-21  |  473 b   |  10 lines

  1. #DEFINE MMEvent_Click_LOC        "Click Event Called"
  2. #DEFINE MMEvent_DblClick_LOC    "DblClick Event Called"
  3. #DEFINE MMEvent_KeyDown_LOC        "KeyDown Event Called"
  4. #DEFINE MMEvent_KeyPress_LOC    "KeyPress Event Called"
  5. #DEFINE MMEvent_KeyUp_LOC        "KeyUp Event Called"
  6. #DEFINE MMEvent_MouseDown_LOC    "MouseDown Event Called"
  7. #DEFINE MMEvent_MouseMove_LOC    "MouseMove Event Called"
  8. #DEFINE MMEvent_MouseUp_LOC        "MouseUp Event Called"
  9. #DEFINE MMEvent_Paint_LOC        "Paint Event Called"
  10.