home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 March / Chip_1998-03_cd.bin / zkuste / delphi / ruzkomp / WINHOOK.ZIP / README.TXT < prev    next >
Text File  |  1996-07-09  |  666b  |  18 lines

  1. This is a simple example project that shows how to set a system and task
  2. hook using SetWindowsHookEx().  See the comments in HOOKDLL.PAS for detailed
  3. notes.
  4.  
  5. The example has been compiled and tested with both Delphi 1 and Delphi 2, 
  6. but only on Windows 95.  Take that info for what it's worth.
  7.  
  8. This code is provided free of charge, and is not guaranteed to do anything
  9. at all.  You may use it any way you see fit, however, if you amass a large
  10. fortune from its usage, please offer me a cushy job so I can do this sort
  11. of stuff all day long and get paid for it.
  12.  
  13.  
  14. Best of Luck,
  15. Brad Stowers
  16. bstowers@pobox.com
  17. http://www.pobox.com/~bstowers/delphi/
  18.