Home All Groups Group Topic Archive Search About
Author
11 Mar 2009 3:42 PM
Bee
I have some code that monitors file operations, create etc, but how do I
monitor Reg operations?
I would like to record changes to the Reg from any Windows application.
And if possible, I might like to intercept a change and deny it like Spybot
Teatimer does.
Using VB6 with SP6.

Author
11 Mar 2009 6:21 PM
Karl E. Peterson
Bee wrote:
> I have some code that monitors file operations, create etc, but how do I
> monitor Reg operations?

A few free clues: http://www.google.com/search?q=regmon+source
--
..NET: It's About Trust!
http://vfred.mvps.org
Author
12 Mar 2009 12:10 AM
Bill McCarthy
Hi Bee,

Try searching for RegNotifyChangeKeyValue


Show quoteHide quote
"Bee" <B**@discussions.microsoft.com> wrote in message
news:4E7603D7-4F84-4CCB-AD2C-BA9B67F1C846@microsoft.com...
>I have some code that monitors file operations, create etc, but how do I
> monitor Reg operations?
> I would like to record changes to the Reg from any Windows application.
> And if possible, I might like to intercept a change and deny it like
> Spybot
> Teatimer does.
> Using VB6 with SP6.
>