<?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: Make InvokeRequired/Invoke easy</title>
	<atom:link href="http://www.manitra.net/blog/dev/invokerequiredinvoke-easier/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.manitra.net/blog/dev/invokerequiredinvoke-easier/</link>
	<description>Ideas on C# .NET</description>
	<lastBuildDate>Wed, 24 Feb 2010 08:08:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: adrian</title>
		<link>http://www.manitra.net/blog/dev/invokerequiredinvoke-easier/comment-page-1/#comment-7592</link>
		<dc:creator>adrian</dc:creator>
		<pubDate>Wed, 24 Feb 2010 08:08:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.manitra.net/blog/?p=31#comment-7592</guid>
		<description>Wow! This looks like a very nice and neat solution. Thank you for taking the tme to write this post. 


I have been looking at another approach where you decorate a function with with attribute as described here: http://weblogs.asp.net/rosherove/archive/2007/05.aspx?PageIndex=2

.. The solution works a treat but requires you to add 3 dlls to your projeect to achieve this!</description>
		<content:encoded><![CDATA[<p>Wow! This looks like a very nice and neat solution. Thank you for taking the tme to write this post. </p>
<p>I have been looking at another approach where you decorate a function with with attribute as described here: <a href="http://weblogs.asp.net/rosherove/archive/2007/05.aspx?PageIndex=2" rel="nofollow">http://weblogs.asp.net/rosherove/archive/2007/05.aspx?PageIndex=2</a></p>
<p>.. The solution works a treat but requires you to add 3 dlls to your projeect to achieve this!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fred</title>
		<link>http://www.manitra.net/blog/dev/invokerequiredinvoke-easier/comment-page-1/#comment-7016</link>
		<dc:creator>Fred</dc:creator>
		<pubDate>Wed, 09 Dec 2009 22:10:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.manitra.net/blog/?p=31#comment-7016</guid>
		<description>Good method ;-)
Thanks to share this idea</description>
		<content:encoded><![CDATA[<p>Good method <img src='http://www.manitra.net/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /><br />
Thanks to share this idea</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: manitra</title>
		<link>http://www.manitra.net/blog/dev/invokerequiredinvoke-easier/comment-page-1/#comment-6090</link>
		<dc:creator>manitra</dc:creator>
		<pubDate>Mon, 25 May 2009 09:11:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.manitra.net/blog/?p=31#comment-6090</guid>
		<description>Hi German,

The Display() can have any modifier on it, it does&#039;nt matter.

You could make it &#039;private&#039; and remove the &#039;virtual&#039; keyword if you don&#039;t want other classes to have access to it.

Manitra.</description>
		<content:encoded><![CDATA[<p>Hi German,</p>
<p>The Display() can have any modifier on it, it does&#8217;nt matter.</p>
<p>You could make it &#8216;private&#8217; and remove the &#8216;virtual&#8217; keyword if you don&#8217;t want other classes to have access to it.</p>
<p>Manitra.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: German</title>
		<link>http://www.manitra.net/blog/dev/invokerequiredinvoke-easier/comment-page-1/#comment-6089</link>
		<dc:creator>German</dc:creator>
		<pubDate>Mon, 25 May 2009 03:09:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.manitra.net/blog/?p=31#comment-6089</guid>
		<description>Sorry I meant to said &quot;..the display method to be private&quot;</description>
		<content:encoded><![CDATA[<p>Sorry I meant to said &#8220;..the display method to be private&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: German</title>
		<link>http://www.manitra.net/blog/dev/invokerequiredinvoke-easier/comment-page-1/#comment-6088</link>
		<dc:creator>German</dc:creator>
		<pubDate>Mon, 25 May 2009 03:09:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.manitra.net/blog/?p=31#comment-6088</guid>
		<description>What if I want the Display method to be public? it cant because of being virtual..</description>
		<content:encoded><![CDATA[<p>What if I want the Display method to be public? it cant because of being virtual..</p>
]]></content:encoded>
	</item>
</channel>
</rss>
