<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" media="screen" href="/App_Themes/default/rss.xslt"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:evnet="http://www.mscommunities.com/rssmodule/"><channel><title>Comment Feed for How to monitor registry changes (TechOff on Channel 9)</title><atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/forums/techoff/257960-how-to-monitor-registry-changes/rss/default.aspx" /><image><url>http://mschnlnine.vo.llnwd.net/d1/Dev/App_Themes/C9/images/feedimage.png</url><title>Comment Feed for How to monitor registry changes (TechOff on Channel 9)</title><link>http://channel9.msdn.com/forums/TechOff/257960-How-to-monitor-registry-changes/</link></image><description>How to monitor registry changes</description><link>http://channel9.msdn.com/forums/TechOff/257960-How-to-monitor-registry-changes/</link><language>en-us</language><pubDate>Tue, 11 Nov 2008 16:10:45 GMT</pubDate><lastBuildDate>Tue, 11 Nov 2008 16:10:45 GMT</lastBuildDate><generator>EvNet (EvNet, Version=1.0.3608.3122, Culture=neutral, PublicKeyToken=null)</generator><item><title>Re: Re: Re: How to monitor registry changes</title><description>o_O</description><comments></comments><link>http://channel9.msdn.com/forums/TechOff/257960-How-to-monitor-registry-changes/?CommentID=442395</link><pubDate>Tue, 11 Nov 2008 16:10:45 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/TechOff/257960-How-to-monitor-registry-changes/?CommentID=442395</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/442395/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>o_O</evnet:previewtext><dc:creator>Ion Todirel</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/442395/Trackback.aspx</trackback:ping></item><item><title>Re: Re: How to monitor registry changes</title><description>Have you tried using logarithms?&lt;br&gt;</description><comments></comments><link>http://channel9.msdn.com/forums/TechOff/257960-How-to-monitor-registry-changes/?CommentID=442366</link><pubDate>Tue, 11 Nov 2008 12:32:23 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/TechOff/257960-How-to-monitor-registry-changes/?CommentID=442366</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/442366/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Have you tried using logarithms?</evnet:previewtext><dc:creator>Jonathan Hartley</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/442366/Trackback.aspx</trackback:ping></item><item><title>Re: How to monitor registry changes</title><description>Is the delegate for the event still protected or private?</description><comments></comments><link>http://channel9.msdn.com/forums/TechOff/257960-How-to-monitor-registry-changes/?CommentID=356916</link><pubDate>Fri, 05 Oct 2007 06:54:51 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/TechOff/257960-How-to-monitor-registry-changes/?CommentID=356916</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/356916/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Is the delegate for the event still protected or private?</evnet:previewtext><dc:creator>Christian Liensberger</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/356916/Trackback.aspx</trackback:ping></item><item><title>Re: How to monitor registry changes</title><description>I already downloaded source code for the class and read the sample code. There's this line: "&lt;b&gt;objMonitor.RegChanged += New EventHandler&lt;/b&gt;........" But why can't the Intellisense display the RegChanged event in my application? I opened the RegistryUtils class and looked at the RegChanged Event. It was declared as Protected and I changed it to Public declaration. But things just went the same, I still can't display the RegChanged event when I hit Ctrl+Space after the object name. What did I do wrong?&lt;br&gt;</description><comments></comments><link>http://channel9.msdn.com/forums/TechOff/257960-How-to-monitor-registry-changes/?CommentID=356897</link><pubDate>Fri, 05 Oct 2007 01:11:47 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/TechOff/257960-How-to-monitor-registry-changes/?CommentID=356897</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/356897/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>I already downloaded source code for the class and read the sample code. There's this line: "objMonitor.RegChanged += New EventHandler........" But why can't the Intellisense display the RegChanged event in my application? I opened the RegistryUtils class and looked at the RegChanged Event. It was&amp;#8230;</evnet:previewtext><dc:creator>ed_de_wind</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/356897/Trackback.aspx</trackback:ping></item><item><title>Re: How to monitor registry changes</title><description>If you need it in your own code: &lt;a href="http://www.codeproject.com/cs/system/registrymonitor.asp"&gt;this is a class for .NET that monitors the registry.&lt;/a&gt;&amp;nbsp;&lt;BR&gt;&lt;BR&gt;I have been writing my own right now, but when I searched for "&lt;a href="http://msdn2.microsoft.com/en-us/library/ms724892.aspx"&gt;RegNotifyChangeKeyValue&lt;/a&gt;" (which does the monitoring)&amp;nbsp;the third result entry was a link to the class that I linked above...&amp;nbsp;No need to reinvent the wheel again!&lt;BR&gt;&lt;BR&gt;:D</description><comments></comments><link>http://channel9.msdn.com/forums/TechOff/257960-How-to-monitor-registry-changes/?CommentID=356469</link><pubDate>Wed, 03 Oct 2007 08:06:03 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/TechOff/257960-How-to-monitor-registry-changes/?CommentID=356469</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/356469/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>If you need it in your own code: this is a class for .NET that monitors the registry.&amp;nbsp;I have been writing my own right now, but when I searched for "RegNotifyChangeKeyValue" (which does the monitoring)&amp;nbsp;the third result entry was a link to the class that I linked above...&amp;nbsp;No need to reinvent the wheel again!:D</evnet:previewtext><dc:creator>Christian Liensberger</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/356469/Trackback.aspx</trackback:ping></item><item><title>Re: How to monitor registry changes</title><description>&lt;P&gt;Don't reinvent the wheel!&lt;/P&gt;
&lt;P&gt;Use SysInternals ProcessMonitor:-&lt;BR&gt;&lt;BR&gt;&lt;a href="http://www.microsoft.com/technet/sysinternals/utilities/processmonitor.mspx"&gt;http://www.microsoft.com/technet/sysinternals/utilities/processmonitor.mspx&lt;/a&gt;&lt;BR&gt;&lt;BR&gt;&lt;BR&gt;&lt;BR&gt;&lt;/P&gt;</description><comments></comments><link>http://channel9.msdn.com/forums/TechOff/257960-How-to-monitor-registry-changes/?CommentID=356468</link><pubDate>Wed, 03 Oct 2007 07:58:53 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/TechOff/257960-How-to-monitor-registry-changes/?CommentID=356468</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/356468/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Don't reinvent the wheel!
Use SysInternals ProcessMonitor:-http://www.microsoft.com/technet/sysinternals/utilities/processmonitor.mspx</evnet:previewtext><dc:creator>AdrianJMartin</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/356468/Trackback.aspx</trackback:ping></item></channel></rss>