E
Elder Hyde
Hey all,
I need to get a notification whenever something changes in the registry.
However, I can't find anything that supports this in Microsoft.Win32,
although I know that the C version of the REgistry API does have a
method (oops, function) called RegNotifyChangeKeyValue that allows this.
I can do this if I really have to, but I don't feel like Waiting For a
Single Object jsut to get a registry event. Is there any straightforward
way of doing this in .NET (i.e.: the registry-equivalent of
FileSystemWatcher), or I really have exhausted my options?
Thanks!
Elder
I need to get a notification whenever something changes in the registry.
However, I can't find anything that supports this in Microsoft.Win32,
although I know that the C version of the REgistry API does have a
method (oops, function) called RegNotifyChangeKeyValue that allows this.
I can do this if I really have to, but I don't feel like Waiting For a
Single Object jsut to get a registry event. Is there any straightforward
way of doing this in .NET (i.e.: the registry-equivalent of
FileSystemWatcher), or I really have exhausted my options?
Thanks!
Elder