Posted By: ed_de_wind | Oct 2nd, 2007 @ 11:34 PM
page 1 of 1
Comments: 6 | Views: 5805
Hi, all........ I'm wondering if there's any way to monitor whatever changes happens in Windows Registry. I'd like to develop a simple application which monitors registry changes using Visual Basic 2005. Can anyone tell me how to do it? Thanx in advance.
littleguru
littleguru
<3 Seattle
If you need it in your own code: this is a class for .NET that monitors the registry. 

I have been writing my own right now, but when I searched for "RegNotifyChangeKeyValue" (which does the monitoring) the third result entry was a link to the class that I linked above... No need to reinvent the wheel again!

Big Smile
littleguru
littleguru
<3 Seattle
Is the delegate for the event still protected or private?
page 1 of 1
Comments: 6 | Views: 5805
Microsoft Communities