<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Andreas M&#039;s Windows Home Server AddIns &#187; .NET Code Samples</title>
	<atom:link href="http://www.home-server-addins.com/archives/category/net-code-samples/feed" rel="self" type="application/rss+xml" />
	<link>http://www.home-server-addins.com</link>
	<description>If you put your mind to it you can accomplish anything. (George McFly)                        </description>
	<lastBuildDate>Sun, 05 Feb 2012 17:15:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>C# Code Sample: Rendering images in Microsoft Excel</title>
		<link>http://www.home-server-addins.com/archives/419</link>
		<comments>http://www.home-server-addins.com/archives/419#comments</comments>
		<pubDate>Sun, 25 Jul 2010 19:46:09 +0000</pubDate>
		<dc:creator>Andreas M.</dc:creator>
				<category><![CDATA[.NET Code Samples]]></category>

		<guid isPermaLink="false">http://www.home-server-addins.com/archives/419</guid>
		<description><![CDATA[You may have seen examples of pixel art in Excel like these examples here and here. The way this is done is by setting the background color of each cell of the worksheet just as you would set pixel colors in a graphics editor. I always wondered how much work it would be to import [...]]]></description>
		<wfw:commentRss>http://www.home-server-addins.com/archives/419/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WHS Developer Tip: How to communicate between your SettingsTab and your ConsoleTab</title>
		<link>http://www.home-server-addins.com/archives/340</link>
		<comments>http://www.home-server-addins.com/archives/340#comments</comments>
		<pubDate>Thu, 08 Apr 2010 18:58:44 +0000</pubDate>
		<dc:creator>Andreas M.</dc:creator>
				<category><![CDATA[.NET Code Samples]]></category>
		<category><![CDATA[Windows Home Server]]></category>

		<guid isPermaLink="false">http://www.home-server-addins.com/archives/340</guid>
		<description><![CDATA[As an avid Windows Home Server AddIn developer you probably followed the steps from the Windows Home Server SDK which explain how to implement your own console tab and a settings tab for the WHS console settings dialog. Now when the user makes changes to the settings on your settings tab and ultimately clicks OK [...]]]></description>
		<wfw:commentRss>http://www.home-server-addins.com/archives/340/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How to implement an update check in your Windows Home Server AddIn</title>
		<link>http://www.home-server-addins.com/archives/333</link>
		<comments>http://www.home-server-addins.com/archives/333#comments</comments>
		<pubDate>Sun, 21 Mar 2010 16:32:16 +0000</pubDate>
		<dc:creator>Andreas M.</dc:creator>
				<category><![CDATA[.NET Code Samples]]></category>
		<category><![CDATA[Windows Home Server]]></category>

		<guid isPermaLink="false">http://www.home-server-addins.com/archives/333</guid>
		<description><![CDATA[So you’ve written your Windows Home Server AddIn, made it available for download and are happy that people all over the world start using it on their Windows Home Servers. But shortly after you’ve put your work out in the wild users send you emails or start complaining on WHS related forums about weird behavior [...]]]></description>
		<wfw:commentRss>http://www.home-server-addins.com/archives/333/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Code Sample: Navigating special folders with the .NET WebBrowser control</title>
		<link>http://www.home-server-addins.com/archives/14</link>
		<comments>http://www.home-server-addins.com/archives/14#comments</comments>
		<pubDate>Sun, 23 Mar 2008 15:14:00 +0000</pubDate>
		<dc:creator>Andreas M.</dc:creator>
				<category><![CDATA[.NET Code Samples]]></category>

		<guid isPermaLink="false">http://keinplatz.spaces.live.com/Blog/cns!8C36276B2BB53CB6!234.entry</guid>
		<description><![CDATA[With the .NET Framework 2.0, Microsoft introduced the WebBrowser control, a managed code wrapper for the WebBrowser ActiveX control. Unfortunately, compared to the ActiveX version, the .NET version of the control lacks some functionality. You can navigate websites, local HTML documents and folder locations using respective protocol handler prefixes (&#8220;http://&#8221;, &#8220;file://&#8221;). What you cannot do [...]]]></description>
		<wfw:commentRss>http://www.home-server-addins.com/archives/14/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

