
dir_watch.dll is a multithreaded dll that can watch multiple directories
for changes.

vbRecver.exe is a vb GUI that receives notification messages sent by
dir_watch threads and controls which directories it is currently
monitoring.

Communication done across threads is handled by the Windows message
que. vbRecever subclasses its main window watching for messages.

spSubclass.dll is my subclass control, you can eliminate by using
inline subclass code if you want but it makes it allot cleaner (and
more stable) to use it

make sure to regsvr32 spSubclass.dll before use.

