<?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: C#: Drag and Drop &#8211; Part 1</title>
	<atom:link href="http://www.leghumped.com/blog/2008/07/07/c-drag-and-drop-part-1/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.leghumped.com/blog/2008/07/07/c-drag-and-drop-part-1/</link>
	<description>Coding snippets, tutorials and procrastinations about C#, Java and Linux.</description>
	<lastBuildDate>Thu, 26 Nov 2009 17:10:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Echilon</title>
		<link>http://www.leghumped.com/blog/2008/07/07/c-drag-and-drop-part-1/comment-page-1/#comment-5394</link>
		<dc:creator>Echilon</dc:creator>
		<pubDate>Sat, 06 Jun 2009 19:45:21 +0000</pubDate>
		<guid isPermaLink="false">http://leghumped.com/blog/?p=298#comment-5394</guid>
		<description>I&#039;m actually not sure. It&#039;s been a while since I used Windows Forms.</description>
		<content:encoded><![CDATA[<p>I&#8217;m actually not sure. It&#8217;s been a while since I used Windows Forms.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rx8wej</title>
		<link>http://www.leghumped.com/blog/2008/07/07/c-drag-and-drop-part-1/comment-page-1/#comment-5393</link>
		<dc:creator>rx8wej</dc:creator>
		<pubDate>Sat, 06 Jun 2009 19:06:10 +0000</pubDate>
		<guid isPermaLink="false">http://leghumped.com/blog/?p=298#comment-5393</guid>
		<description>This is a good tutorial, very helpful, but I can&#039;t figure out how to reset the colors on the highlighted node if someone drops something that is not a string[]; i.e. if they drag an icon from explorer into my application. The dragleave event does not fire. Also, if you drag over an area below the bottom node and drop, dropNode is null. I can handle that, but no matter what I do, if I check if it is null, it still will not reset the Node colors. I modified your DragLeave code slightly to loop through all nodes and child nodes, but otherwise it is the same as your code, resetting the colors. Is there a way to reset the colors when a bad drop occurs?</description>
		<content:encoded><![CDATA[<p>This is a good tutorial, very helpful, but I can&#8217;t figure out how to reset the colors on the highlighted node if someone drops something that is not a string[]; i.e. if they drag an icon from explorer into my application. The dragleave event does not fire. Also, if you drag over an area below the bottom node and drop, dropNode is null. I can handle that, but no matter what I do, if I check if it is null, it still will not reset the Node colors. I modified your DragLeave code slightly to loop through all nodes and child nodes, but otherwise it is the same as your code, resetting the colors. Is there a way to reset the colors when a bad drop occurs?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Echilon</title>
		<link>http://www.leghumped.com/blog/2008/07/07/c-drag-and-drop-part-1/comment-page-1/#comment-4767</link>
		<dc:creator>Echilon</dc:creator>
		<pubDate>Fri, 16 Jan 2009 10:39:06 +0000</pubDate>
		<guid isPermaLink="false">http://leghumped.com/blog/?p=298#comment-4767</guid>
		<description>That&#039;s just a method I used to do something with the node which was dropped. You can replace it with your own method or do somthing with the node directly in the delegate.</description>
		<content:encoded><![CDATA[<p>That&#8217;s just a method I used to do something with the node which was dropped. You can replace it with your own method or do somthing with the node directly in the delegate.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chichoe2008</title>
		<link>http://www.leghumped.com/blog/2008/07/07/c-drag-and-drop-part-1/comment-page-1/#comment-4766</link>
		<dc:creator>chichoe2008</dc:creator>
		<pubDate>Fri, 16 Jan 2009 10:25:41 +0000</pubDate>
		<guid isPermaLink="false">http://leghumped.com/blog/?p=298#comment-4766</guid>
		<description>I don&#039;t find the method &quot;ChangeCategory&quot;. Could you show to me, please ?</description>
		<content:encoded><![CDATA[<p>I don&#8217;t find the method &#8220;ChangeCategory&#8221;. Could you show to me, please ?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
