<?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/"
	xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Right click on TreeView: Get the node clicked at</title>
	<atom:link href="http://generally.wordpress.com/2007/11/06/right-click-on-treeview-get-the-node-clicked-at/feed/" rel="self" type="application/rss+xml" />
	<link>http://generally.wordpress.com/2007/11/06/right-click-on-treeview-get-the-node-clicked-at/</link>
	<description>Let's talk about coding and lots more...</description>
	<lastBuildDate>Mon, 09 Nov 2009 16:30:48 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Real Drouin</title>
		<link>http://generally.wordpress.com/2007/11/06/right-click-on-treeview-get-the-node-clicked-at/#comment-1506</link>
		<dc:creator>Real Drouin</dc:creator>
		<pubDate>Mon, 19 Oct 2009 21:18:01 +0000</pubDate>
		<guid isPermaLink="false">http://generally.wordpress.com/2007/11/06/right-click-on-treeview-get-the-node-clicked-at/#comment-1506</guid>
		<description>The exemple is fine for a WPF application but it doesn&#039;nt work for a .Net application. That TreeNodeMouseClickEventArgs e)  doesn&#039;t exist.</description>
		<content:encoded><![CDATA[<p>The exemple is fine for a WPF application but it doesn&#8217;nt work for a .Net application. That TreeNodeMouseClickEventArgs e)  doesn&#8217;t exist.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sandrar</title>
		<link>http://generally.wordpress.com/2007/11/06/right-click-on-treeview-get-the-node-clicked-at/#comment-1493</link>
		<dc:creator>sandrar</dc:creator>
		<pubDate>Thu, 10 Sep 2009 22:40:08 +0000</pubDate>
		<guid isPermaLink="false">http://generally.wordpress.com/2007/11/06/right-click-on-treeview-get-the-node-clicked-at/#comment-1493</guid>
		<description>Hi! I was surfing and found your blog post... nice! I love your blog.  :) Cheers! Sandra. R.</description>
		<content:encoded><![CDATA[<p>Hi! I was surfing and found your blog post&#8230; nice! I love your blog.  <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Cheers! Sandra. R.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexwebmaster</title>
		<link>http://generally.wordpress.com/2007/11/06/right-click-on-treeview-get-the-node-clicked-at/#comment-1437</link>
		<dc:creator>Alexwebmaster</dc:creator>
		<pubDate>Tue, 03 Mar 2009 14:40:03 +0000</pubDate>
		<guid isPermaLink="false">http://generally.wordpress.com/2007/11/06/right-click-on-treeview-get-the-node-clicked-at/#comment-1437</guid>
		<description>Hello webmaster 
I would like to share with you a link to your site 
write me here preonrelt@mail.ru</description>
		<content:encoded><![CDATA[<p>Hello webmaster<br />
I would like to share with you a link to your site<br />
write me here <a href="mailto:preonrelt@mail.ru">preonrelt@mail.ru</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aravind</title>
		<link>http://generally.wordpress.com/2007/11/06/right-click-on-treeview-get-the-node-clicked-at/#comment-1426</link>
		<dc:creator>Aravind</dc:creator>
		<pubDate>Fri, 23 Jan 2009 17:10:20 +0000</pubDate>
		<guid isPermaLink="false">http://generally.wordpress.com/2007/11/06/right-click-on-treeview-get-the-node-clicked-at/#comment-1426</guid>
		<description>we simply need to handle the NodeMouseClickEvent.

private void treeView1_NodeMouseClick(object sender, TreeNodeMouseClickEventArgs e)

{

    if (e.Button == MouseButtons.Right)

    {

        this.treeView1.SelectedNode = e.Node;

    }

}</description>
		<content:encoded><![CDATA[<p>we simply need to handle the NodeMouseClickEvent.</p>
<p>private void treeView1_NodeMouseClick(object sender, TreeNodeMouseClickEventArgs e)</p>
<p>{</p>
<p>    if (e.Button == MouseButtons.Right)</p>
<p>    {</p>
<p>        this.treeView1.SelectedNode = e.Node;</p>
<p>    }</p>
<p>}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vytheese</title>
		<link>http://generally.wordpress.com/2007/11/06/right-click-on-treeview-get-the-node-clicked-at/#comment-1421</link>
		<dc:creator>vytheese</dc:creator>
		<pubDate>Fri, 05 Dec 2008 12:56:30 +0000</pubDate>
		<guid isPermaLink="false">http://generally.wordpress.com/2007/11/06/right-click-on-treeview-get-the-node-clicked-at/#comment-1421</guid>
		<description>Excellent !! Thank you.</description>
		<content:encoded><![CDATA[<p>Excellent !! Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Emil Essa</title>
		<link>http://generally.wordpress.com/2007/11/06/right-click-on-treeview-get-the-node-clicked-at/#comment-1420</link>
		<dc:creator>Emil Essa</dc:creator>
		<pubDate>Mon, 01 Dec 2008 10:07:10 +0000</pubDate>
		<guid isPermaLink="false">http://generally.wordpress.com/2007/11/06/right-click-on-treeview-get-the-node-clicked-at/#comment-1420</guid>
		<description>I need to thank you very much and need to tell you that I&#039;m use this code to select not in right and left click

Me.TreeView1.SelectedNode = e.Node</description>
		<content:encoded><![CDATA[<p>I need to thank you very much and need to tell you that I&#8217;m use this code to select not in right and left click</p>
<p>Me.TreeView1.SelectedNode = e.Node</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joshua McKinney</title>
		<link>http://generally.wordpress.com/2007/11/06/right-click-on-treeview-get-the-node-clicked-at/#comment-1336</link>
		<dc:creator>Joshua McKinney</dc:creator>
		<pubDate>Tue, 04 Mar 2008 10:30:49 +0000</pubDate>
		<guid isPermaLink="false">http://generally.wordpress.com/2007/11/06/right-click-on-treeview-get-the-node-clicked-at/#comment-1336</guid>
		<description>&quot;SelectedNode property of a treeview is set whenever a left click occurs. Why can’t the same be applied for right click?&quot;

This would cause an inconsistency for instance when you display a context menu and the user cancels the menu.</description>
		<content:encoded><![CDATA[<p>&#8220;SelectedNode property of a treeview is set whenever a left click occurs. Why can’t the same be applied for right click?&#8221;</p>
<p>This would cause an inconsistency for instance when you display a context menu and the user cancels the menu.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fneep</title>
		<link>http://generally.wordpress.com/2007/11/06/right-click-on-treeview-get-the-node-clicked-at/#comment-1201</link>
		<dc:creator>fneep</dc:creator>
		<pubDate>Sun, 09 Dec 2007 04:34:48 +0000</pubDate>
		<guid isPermaLink="false">http://generally.wordpress.com/2007/11/06/right-click-on-treeview-get-the-node-clicked-at/#comment-1201</guid>
		<description>Excellent explanation and solutions. I wish Microsoft would just make a NodeMouseRightClick() event but until they do, this is the next best thing.</description>
		<content:encoded><![CDATA[<p>Excellent explanation and solutions. I wish Microsoft would just make a NodeMouseRightClick() event but until they do, this is the next best thing.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
