<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Code Sample: Navigating special folders with the .NET WebBrowser control</title>
	<atom:link href="http://www.home-server-addins.com/archives/14/feed" rel="self" type="application/rss+xml" />
	<link>http://www.home-server-addins.com/archives/14</link>
	<description>If you put your mind to it you can accomplish anything. (George McFly)                        </description>
	<lastBuildDate>Wed, 01 Feb 2012 05:04:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Andreas M.</title>
		<link>http://www.home-server-addins.com/archives/14/comment-page-1#comment-7674</link>
		<dc:creator>Andreas M.</dc:creator>
		<pubDate>Thu, 02 Sep 2010 07:11:40 +0000</pubDate>
		<guid isPermaLink="false">http://keinplatz.spaces.live.com/Blog/cns!8C36276B2BB53CB6!234.entry#comment-7674</guid>
		<description>&lt;a href=&quot;#comment-7673&quot; rel=&quot;nofollow&quot;&gt;@no1  &lt;/a&gt; 
Unfortunately, this sample won&#039;t work anymore when Internet Explorer 8 is installed. I had a hard time finding a workaround. You still can use the WebBrowser control to show the contents of shell special folders, however it&#039;s no longer possible to use all CSIDLs. To navigate the control panel, you can use this navigation target instead &quot;shell:::{26EE0668-A00A-44D7-9371-BEB064C98683}&quot; (without the quotes).

The reason behind this is detailed here: http://blogs.msdn.com/b/ieinternals/archive/2009/12/30/windows-7-web-browser-control-will-not-browse-file-system.aspx

You can find a comprehensive list of shell special folder GUIDs in Ed Bott&#039;s ZDNET posting on the Windows &quot;God Mode&quot; here: http://www.zdnet.com/blog/bott/the-ultimate-god-mode-list-39-secret-windows-7-shortcuts/1615

Hope this helps.</description>
		<content:encoded><![CDATA[<p><a href="#comment-7673" rel="nofollow">@no1  </a><br />
Unfortunately, this sample won&#8217;t work anymore when Internet Explorer 8 is installed. I had a hard time finding a workaround. You still can use the WebBrowser control to show the contents of shell special folders, however it&#8217;s no longer possible to use all CSIDLs. To navigate the control panel, you can use this navigation target instead &#8220;shell:::{26EE0668-A00A-44D7-9371-BEB064C98683}&#8221; (without the quotes).</p>
<p>The reason behind this is detailed here: <a href="http://blogs.msdn.com/b/ieinternals/archive/2009/12/30/windows-7-web-browser-control-will-not-browse-file-system.aspx" rel="nofollow">http://blogs.msdn.com/b/ieinternals/archive/2009/12/30/windows-7-web-browser-control-will-not-browse-file-system.aspx</a></p>
<p>You can find a comprehensive list of shell special folder GUIDs in Ed Bott&#8217;s ZDNET posting on the Windows &#8220;God Mode&#8221; here: <a href="http://www.zdnet.com/blog/bott/the-ultimate-god-mode-list-39-secret-windows-7-shortcuts/1615" rel="nofollow">http://www.zdnet.com/blog/bott/the-ultimate-god-mode-list-39-secret-windows-7-shortcuts/1615</a></p>
<p>Hope this helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: no1</title>
		<link>http://www.home-server-addins.com/archives/14/comment-page-1#comment-7673</link>
		<dc:creator>no1</dc:creator>
		<pubDate>Wed, 01 Sep 2010 22:53:11 +0000</pubDate>
		<guid isPermaLink="false">http://keinplatz.spaces.live.com/Blog/cns!8C36276B2BB53CB6!234.entry#comment-7673</guid>
		<description>&lt;a href=&quot;#comment-7672&quot; rel=&quot;nofollow&quot;&gt;@no1  &lt;/a&gt; 
Sorry for the double post but just giving an update, I tried this on the same machine after I uninstalled IE8 (thus reverting back to IE7) and the code works as expected.</description>
		<content:encoded><![CDATA[<p><a href="#comment-7672" rel="nofollow">@no1  </a><br />
Sorry for the double post but just giving an update, I tried this on the same machine after I uninstalled IE8 (thus reverting back to IE7) and the code works as expected.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: no1</title>
		<link>http://www.home-server-addins.com/archives/14/comment-page-1#comment-7672</link>
		<dc:creator>no1</dc:creator>
		<pubDate>Wed, 01 Sep 2010 22:33:10 +0000</pubDate>
		<guid isPermaLink="false">http://keinplatz.spaces.live.com/Blog/cns!8C36276B2BB53CB6!234.entry#comment-7672</guid>
		<description>Hey I&#039;m trying to get this to work. I downloaded and built the sample yet I get this error message when I click the Open Control Panel button:

System.ArgumentException: Value does not fall within the expected range.
   at SHDocVw.IWebBrowser2.Navigate2(Object&amp; URL, Object&amp; Flags, Object&amp; TargetFrameName, Object&amp; PostData, Object&amp; Headers)
   at WebBrowserExtSample.WebBrowserExt.Navigate2CSIDL(CSIDLValues csidl)
   at WebBrowserExtSample.frmMain.btnNavigate_Click(Object sender, EventArgs e)
...

I also kept getting this same message in my own testing. Is this possibly an IE8 bug?</description>
		<content:encoded><![CDATA[<p>Hey I&#8217;m trying to get this to work. I downloaded and built the sample yet I get this error message when I click the Open Control Panel button:</p>
<p>System.ArgumentException: Value does not fall within the expected range.<br />
   at SHDocVw.IWebBrowser2.Navigate2(Object&amp; URL, Object&amp; Flags, Object&amp; TargetFrameName, Object&amp; PostData, Object&amp; Headers)<br />
   at WebBrowserExtSample.WebBrowserExt.Navigate2CSIDL(CSIDLValues csidl)<br />
   at WebBrowserExtSample.frmMain.btnNavigate_Click(Object sender, EventArgs e)<br />
&#8230;</p>
<p>I also kept getting this same message in my own testing. Is this possibly an IE8 bug?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: IE Explorer and Favorites folder or Special Folders in general - Mauricio Rojas Blog</title>
		<link>http://www.home-server-addins.com/archives/14/comment-page-1#comment-7383</link>
		<dc:creator>IE Explorer and Favorites folder or Special Folders in general - Mauricio Rojas Blog</dc:creator>
		<pubDate>Tue, 29 Sep 2009 15:06:14 +0000</pubDate>
		<guid isPermaLink="false">http://keinplatz.spaces.live.com/Blog/cns!8C36276B2BB53CB6!234.entry#comment-7383</guid>
		<description>[...] I find an useful link by Andreas M. if you want to look at [...]</description>
		<content:encoded><![CDATA[<p>[...] I find an useful link by Andreas M. if you want to look at [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gilvini</title>
		<link>http://www.home-server-addins.com/archives/14/comment-page-1#comment-7169</link>
		<dc:creator>gilvini</dc:creator>
		<pubDate>Tue, 17 Mar 2009 11:01:28 +0000</pubDate>
		<guid isPermaLink="false">http://keinplatz.spaces.live.com/Blog/cns!8C36276B2BB53CB6!234.entry#comment-7169</guid>
		<description>Hi,

Excellent! Exactly what I was looking for.
Can you please specify how to implement &quot;Up&quot; button (navigating to parent folder)?

Thanks,
gilvini</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Excellent! Exactly what I was looking for.<br />
Can you please specify how to implement &#8220;Up&#8221; button (navigating to parent folder)?</p>
<p>Thanks,<br />
gilvini</p>
]]></content:encoded>
	</item>
</channel>
</rss>

