C# Registry Change Event
-
Hello again, I'm wondering, is there a way to have an event set up so that if a registry key is created, accessed or modified in much the same way a FileWatcher works? Thanks, Michael Fritzius
-
Hello again, I'm wondering, is there a way to have an event set up so that if a registry key is created, accessed or modified in much the same way a FileWatcher works? Thanks, Michael Fritzius
I don't believe so.
Christian Graus Driven to the arms of OSX by Vista.
-
Hello again, I'm wondering, is there a way to have an event set up so that if a registry key is created, accessed or modified in much the same way a FileWatcher works? Thanks, Michael Fritzius
See: http://www.codeproject.com/KB/system/registrymonitor.aspx[^]
...cmk The idea that I can be presented with a problem, set out to logically solve it with the tools at hand, and wind up with a program that could not be legally used because someone else followed the same logical steps some years ago and filed for a patent on it is horrifying. - John Carmack
-
Hello again, I'm wondering, is there a way to have an event set up so that if a registry key is created, accessed or modified in much the same way a FileWatcher works? Thanks, Michael Fritzius
Have a look at: Asynchronous Registry Notification Using Strongly-typed WMI Classes in .NET[^]
Giorgi Dalakishvili #region signature My Articles Asynchronous Registry Notification Using Strongly-typed WMI Classes in .NET [^] My blog #endregion