Directory Monitor Control
=========================

  This control allows you to monitor a directory for changes.  It 
encapsulates the FindFirstChangeNotification API, and friends, as well as 
the necessary threads to make the notification of changes instantaneous.  

  This control, and accompanying code, is provided as-is.  It works for 
me, but I can't guarantee that it will work for you.  If you do use the 
control in your project, please give me credit in your program's 
documentation.  For comments, bugs, feature requests, please email me 
at scott@scottandmichelle.net

=========================

DirMon
------
  This directory contains the DirMon.ocx file, as well as the DLL files 
that it requires.  To install and register this control, right click on 
the included DirMon.inf file and select install.  

Sample
------
  This directory contains a VB5 sample application showing how to use the 
DirMon OCX.
