RegNotifyChangeKeyValue - Before I reinvent the wheel.

Nezo

Member
Joined
Sep 27, 2005
Messages
12
Programming Experience
3-5
Anyone know where I can find a class to handel aspects of registry monitoring?

I'm basically just trying to find the equivilant of FileSystemWatcher but for the Registry.

I started writing a class to do the same things using RegNotifyChangeKeyValue and the like from from "advapi32.dll" however there is a lot to be done.

If anyone knows a better solution, please let me know!
 
Back
Top