VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



OO7

by Eker (1 Submission)
Category: Windows System Services
Compatability: Visual Basic 3.0
Difficulty: Advanced
Date Added: Wed 3rd February 2021
Rating: (3 Votes)

This submission subclasses a folder via a com object I created.
The COM object uses a callback to a function defined in a module , through an undocumented API which hooks into the event notification
system of the shell. In this a case I created a small form to allow you to see it in action. Click Command1 To register the window for notification of events triggered in the C:\temp folder or any folder you want(just change the code), Then copy a file into the folder,or rename a file in the folder, or delete one- whatever. You will get a msgbox alerting your application window that an event has occurred. It also logs to the NT log or a textfile, and detects the current operating system (all via the windows API). I use this in place of timer based routines that just wait poll folder for the existence files. Like the SMTP Service.

API Declarations
See File..Too many to list.

Rate OO7

Download OO7

Download OO7 (8 KB)

OO7 Comments

No comments have been posted about OO7. Why not be the first to post a comment about OO7.

Post your comment

Subject:
Message:
0/1000 characters