<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Extending the TreeView in IIS 7 in Windows Vista</title><link>http://blogs.msdn.com/carlosag/archive/2006/08/12/ExtendingTreeView.aspx</link><description>This post show how you can extend the treeview in the new IIS 7 Manager in Windows Vista.</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: Extending the TreeView in IIS 7 in Windows Vista</title><link>http://blogs.msdn.com/carlosag/archive/2006/08/12/ExtendingTreeView.aspx#746605</link><pubDate>Fri, 08 Sep 2006 20:46:47 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:746605</guid><dc:creator>Andrzej</dc:creator><description>Hello!&lt;br&gt;Can I install and configure IIS7 RC1 on WinXPSP2 in this moment? &lt;br&gt;Is availability .msi package for installation for testing?&lt;br&gt;Thanks for You ansvers.&lt;br&gt;</description></item><item><title>re: Extending the TreeView in IIS 7 in Windows Vista</title><link>http://blogs.msdn.com/carlosag/archive/2006/08/12/ExtendingTreeView.aspx#814019</link><pubDate>Tue, 10 Oct 2006 22:38:54 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:814019</guid><dc:creator>Erika Ehrli</dc:creator><description>Nice post!</description></item><item><title>re: Extending the TreeView in IIS 7 in Windows Vista</title><link>http://blogs.msdn.com/carlosag/archive/2006/08/12/ExtendingTreeView.aspx#822278</link><pubDate>Fri, 13 Oct 2006 19:21:26 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:822278</guid><dc:creator>Richard Gould</dc:creator><description>&lt;p&gt;Hi Carlos,&lt;/p&gt;
&lt;p&gt;Thanks for the great coding ideas and solutions. I have been looking at your webcharts and they are really good. &lt;/p&gt;
&lt;p&gt;I have a question (and I am still a neophyte so forgive me if it sounds stupid) and that is how do I change the Pie Chart segment colors? They also seem to repeat and that means that sometimes the same colors can be right next to each other. &lt;/p&gt;
&lt;p&gt;You can email me at richard.gould@gmail.com if you prefer.&lt;/p&gt;
&lt;p&gt;Thank you.&lt;/p&gt;
&lt;p&gt;Richard&lt;/p&gt;
</description></item><item><title>re: Extending the TreeView in IIS 7 in Windows Vista</title><link>http://blogs.msdn.com/carlosag/archive/2006/08/12/ExtendingTreeView.aspx#822428</link><pubDate>Fri, 13 Oct 2006 20:22:13 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:822428</guid><dc:creator>CarlosAg</dc:creator><description>&lt;p&gt;You can use the pieChart.Colors property, for example:&lt;/p&gt;
&lt;p&gt;VB.NET:&lt;/p&gt;
&lt;p&gt; pieChart.Colors = new Color() { Color.Red, Color.Blue }&lt;/p&gt;
&lt;p&gt;C#:&lt;/p&gt;
&lt;p&gt; pieChart.Colors = new Color[] { Color.Red, Color.Blue };&lt;/p&gt;
&lt;p&gt;Assign as many colors as you need, and if needed (more points than colors) they will be reused.&lt;/p&gt;
</description></item><item><title>My First work on IIS7 - UI Module</title><link>http://blogs.msdn.com/carlosag/archive/2006/08/12/ExtendingTreeView.aspx#1970268</link><pubDate>Wed, 28 Mar 2007 04:46:04 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1970268</guid><dc:creator>&lt;BLOG:rakkimk topics="IIS, ASP, ASP.NET" /&gt;</dc:creator><description>&lt;p&gt;My First work on IIS7 As my love increases on IIS, and to make myself ready for IIS7, I want to try my&lt;/p&gt;
</description></item><item><title>IIS7 - Making IIS7 Manager UI Extension development easier - little VS trick</title><link>http://blogs.msdn.com/carlosag/archive/2006/08/12/ExtendingTreeView.aspx#8051672</link><pubDate>Wed, 05 Mar 2008 16:08:07 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8051672</guid><dc:creator>Rakki MK</dc:creator><description>&lt;p&gt;When I started developing IIS7 Manager UI Extension modules, it took a little longer time for me to create&lt;/p&gt;
</description></item><item><title>IIS7 - Making IIS7 Manager UI Extension development easier - little VS trick</title><link>http://blogs.msdn.com/carlosag/archive/2006/08/12/ExtendingTreeView.aspx#8051715</link><pubDate>Wed, 05 Mar 2008 16:15:09 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8051715</guid><dc:creator>&lt;rakkimk runat="server" /&gt;</dc:creator><description>&lt;p&gt;When I started developing IIS7 Manager UI Extension modules, it took a little longer time for me to create&lt;/p&gt;
</description></item><item><title>IIS7 - Making IIS7 Manager UI Extension development easier - a little VS trick</title><link>http://blogs.msdn.com/carlosag/archive/2006/08/12/ExtendingTreeView.aspx#8051962</link><pubDate>Wed, 05 Mar 2008 17:02:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8051962</guid><dc:creator>Noticias externas</dc:creator><description>&lt;p&gt;When I started developing IIS7 Manager UI Extension modules, it took a little longer time for me to create&lt;/p&gt;
</description></item></channel></rss>