<?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>The Coding Hut &#187; C#</title>
	<atom:link href="http://codinghut.com/category/c/feed/" rel="self" type="application/rss+xml" />
	<link>http://codinghut.com</link>
	<description>Welcome to my 15 minutes</description>
	<lastBuildDate>Sun, 12 Apr 2009 01:01:33 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Dealing With GUI Threading Issues</title>
		<link>http://codinghut.com/2009/04/dealing-with-gui-threading-issues/</link>
		<comments>http://codinghut.com/2009/04/dealing-with-gui-threading-issues/#comments</comments>
		<pubDate>Sun, 12 Apr 2009 00:52:30 +0000</pubDate>
		<dc:creator>Vaelek</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[Threading]]></category>

		<guid isPermaLink="false">http://codinghut.com/2009/04/dealing-with-gui-threading-issues/</guid>
		<description><![CDATA[Everybody at one point or another runs into a need to deal with threading. I would say the most common occasion is within event handlers. Often something on the application’s form will be updated to reflect information provided in the event handler. The problem with this is that the event handler will frequently be called [...]]]></description>
		<wfw:commentRss>http://codinghut.com/2009/04/dealing-with-gui-threading-issues/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to tell when a WebBrowser has fully loaded, the final answer</title>
		<link>http://codinghut.com/2008/08/how-to-tell-when-a-webbrowser-has-fully-loaded-the-final-answer/</link>
		<comments>http://codinghut.com/2008/08/how-to-tell-when-a-webbrowser-has-fully-loaded-the-final-answer/#comments</comments>
		<pubDate>Wed, 27 Aug 2008 00:55:01 +0000</pubDate>
		<dc:creator>Vaelek</dc:creator>
				<category><![CDATA[Browser]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[VB.NET]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[DocumentCompleted]]></category>
		<category><![CDATA[WebBrowser]]></category>

		<guid isPermaLink="false">http://codinghut.com/2008/08/how-to-tell-when-a-webbrowser-has-fully-loaded-the-final-answer/</guid>
		<description><![CDATA[Quite often I see in forums people asking how to tell when a hosted WebBrowser control has finished loading. What follows are any of a half a dozen solutions, but often they are either out dated or just don&#8217;t work. After fighting with this one again in a project of mine, I have decided to [...]]]></description>
		<wfw:commentRss>http://codinghut.com/2008/08/how-to-tell-when-a-webbrowser-has-fully-loaded-the-final-answer/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Debugging more efficiently</title>
		<link>http://codinghut.com/2008/08/debugging-more-efficiently/</link>
		<comments>http://codinghut.com/2008/08/debugging-more-efficiently/#comments</comments>
		<pubDate>Sat, 02 Aug 2008 01:03:05 +0000</pubDate>
		<dc:creator>Vaelek</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[Debugging]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://codinghut.com/2008/08/debugging-more-efficiently/</guid>
		<description><![CDATA[This is one of those gems that I read about quite a while ago but never used. Especially when working with multiple threads this technique is almost indispensable. How I ever made it before I don&#8217;t know.
If you&#8217;ve ever debugged your app (and I hope you have), there are few things more irritating than stepping [...]]]></description>
		<wfw:commentRss>http://codinghut.com/2008/08/debugging-more-efficiently/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Add a contact to Windows Mobile in C#</title>
		<link>http://codinghut.com/2008/05/add-windows-mobile-contact-with-csharp/</link>
		<comments>http://codinghut.com/2008/05/add-windows-mobile-contact-with-csharp/#comments</comments>
		<pubDate>Tue, 20 May 2008 23:56:57 +0000</pubDate>
		<dc:creator>Vaelek</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Windows Mobile]]></category>

		<guid isPermaLink="false">http://codinghut.com/2008/05/add-windows-mobile-contact-with-csharp/</guid>
		<description><![CDATA[I have not posted much lately for one main reason: I like posting complete applications, or at least complete libraries. As it would have it, I do not have the time, energy, or creativity to post complete projects on a basis regular enough to warrant a site devoted to.
As such, I am going to try [...]]]></description>
		<wfw:commentRss>http://codinghut.com/2008/05/add-windows-mobile-contact-with-csharp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A self contained Thread Safe .NET TextBox Control</title>
		<link>http://codinghut.com/2007/11/a-self-contained-thread-safe-net-textbox-control/</link>
		<comments>http://codinghut.com/2007/11/a-self-contained-thread-safe-net-textbox-control/#comments</comments>
		<pubDate>Mon, 12 Nov 2007 20:13:22 +0000</pubDate>
		<dc:creator>Vaelek</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[Threading]]></category>
		<category><![CDATA[Delegate]]></category>
		<category><![CDATA[Multi Threaded]]></category>
		<category><![CDATA[Textbox]]></category>

		<guid isPermaLink="false">http://codinghut.com/newsite/2007/11/a-self-contained-thread-safe-net-textbox-control/</guid>
		<description><![CDATA[In many projects I am finding that I am quickly growing tired of writing delegates to keep various controls thread safe in multi-threaded environments. I have not yet determined whether it is best to create separate utility classes to handle all of the non-thread safe functionality, or to extend the control itself to be thread [...]]]></description>
		<wfw:commentRss>http://codinghut.com/2007/11/a-self-contained-thread-safe-net-textbox-control/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Use Google Bookmarks in your .NET application!</title>
		<link>http://codinghut.com/2007/11/use-google-bookmarks-in-your-net-application/</link>
		<comments>http://codinghut.com/2007/11/use-google-bookmarks-in-your-net-application/#comments</comments>
		<pubDate>Mon, 12 Nov 2007 20:03:32 +0000</pubDate>
		<dc:creator>Vaelek</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[Interoperability]]></category>

		<guid isPermaLink="false">http://codinghut.com/newsite/2007/11/use-google-bookmarks-in-your-net-application/</guid>
		<description><![CDATA[Yes you read that correctly. I have had this class laying around for a while and finally decided to finish it up, write an article about it, and make it publicly available. I did a LOT of searching and turned up absolutely nothing in the way of implementing Google Bookmarks, so I give you a [...]]]></description>
		<wfw:commentRss>http://codinghut.com/2007/11/use-google-bookmarks-in-your-net-application/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>C# Mailslot Control</title>
		<link>http://codinghut.com/2007/11/c-mailslot-control/</link>
		<comments>http://codinghut.com/2007/11/c-mailslot-control/#comments</comments>
		<pubDate>Mon, 12 Nov 2007 19:57:36 +0000</pubDate>
		<dc:creator>Vaelek</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[Legacy]]></category>
		<category><![CDATA[Mailslots]]></category>

		<guid isPermaLink="false">http://codinghut.com/newsite/2007/11/c-mailslot-control/</guid>
		<description><![CDATA[Remember Mailslots? I do! I do! Gohd, I do.. 
Back in the day I used Mailslots to create a very simple LAN chat program in Delphi. Now I have re-created that functionality for use in .NET. Here I have a fully working Mailslot control written in C#. 
This is one of those technologies that seriously [...]]]></description>
		<wfw:commentRss>http://codinghut.com/2007/11/c-mailslot-control/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Capture URL of images dropped from IE to your form / control</title>
		<link>http://codinghut.com/2007/11/capture-url-of-images-dropped-from-ie-to-your-form-control/</link>
		<comments>http://codinghut.com/2007/11/capture-url-of-images-dropped-from-ie-to-your-form-control/#comments</comments>
		<pubDate>Mon, 12 Nov 2007 19:13:35 +0000</pubDate>
		<dc:creator>Vaelek</dc:creator>
				<category><![CDATA[C#]]></category>

		<guid isPermaLink="false">http://codinghut.com/newsite/2007/11/capture-url-of-images-dropped-from-ie-to-your-form-control/</guid>
		<description><![CDATA[In a recent project I found the need to be able to drop an image from Internet Explorer onto my form and capture the URL of the image. If you have tried using any of the text formats to get the drop data then you know this does not work. At best you will get [...]]]></description>
		<wfw:commentRss>http://codinghut.com/2007/11/capture-url-of-images-dropped-from-ie-to-your-form-control/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

