<?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: Creating a single instance application in C#, WPF</title>
	<atom:link href="http://codelog.blogial.com/2009/05/24/creating-a-single-instance-application-in-c-wpf/feed/" rel="self" type="application/rss+xml" />
	<link>http://codelog.blogial.com/2009/05/24/creating-a-single-instance-application-in-c-wpf/</link>
	<description>foreach(Snippet aSnippet in CodeLog){ aSnippet.GetSolution(); }</description>
	<lastBuildDate>Sun, 18 Dec 2011 07:13:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Mark</title>
		<link>http://codelog.blogial.com/2009/05/24/creating-a-single-instance-application-in-c-wpf/comment-page-1/#comment-11478</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Sat, 17 Dec 2011 07:43:04 +0000</pubDate>
		<guid isPermaLink="false">http://codelog.blogial.com/?p=382#comment-11478</guid>
		<description>Works great! Simple and effective when not passing args between windows.  Only thing left is how to bring the 1st instance to the forefront.

Thanks!
Mark</description>
		<content:encoded><![CDATA[<p>Works great! Simple and effective when not passing args between windows.  Only thing left is how to bring the 1st instance to the forefront.</p>
<p>Thanks!<br />
Mark</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sudarsanyes</title>
		<link>http://codelog.blogial.com/2009/05/24/creating-a-single-instance-application-in-c-wpf/comment-page-1/#comment-9466</link>
		<dc:creator>sudarsanyes</dc:creator>
		<pubDate>Wed, 05 Jan 2011 03:08:42 +0000</pubDate>
		<guid isPermaLink="false">http://codelog.blogial.com/?p=382#comment-9466</guid>
		<description>This has got nothing to do with the build configuration. It should work for both Debug and Release builds. Do you get any errors ??</description>
		<content:encoded><![CDATA[<p>This has got nothing to do with the build configuration. It should work for both Debug and Release builds. Do you get any errors ??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sajeev</title>
		<link>http://codelog.blogial.com/2009/05/24/creating-a-single-instance-application-in-c-wpf/comment-page-1/#comment-9428</link>
		<dc:creator>Sajeev</dc:creator>
		<pubDate>Tue, 04 Jan 2011 09:20:07 +0000</pubDate>
		<guid isPermaLink="false">http://codelog.blogial.com/?p=382#comment-9428</guid>
		<description>It not working in relaese mode..please help me out</description>
		<content:encoded><![CDATA[<p>It not working in relaese mode..please help me out</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Md. Rashedul Hasan</title>
		<link>http://codelog.blogial.com/2009/05/24/creating-a-single-instance-application-in-c-wpf/comment-page-1/#comment-7636</link>
		<dc:creator>Md. Rashedul Hasan</dc:creator>
		<pubDate>Wed, 16 Jun 2010 05:45:54 +0000</pubDate>
		<guid isPermaLink="false">http://codelog.blogial.com/?p=382#comment-7636</guid>
		<description>Thanks a lot, its working...</description>
		<content:encoded><![CDATA[<p>Thanks a lot, its working&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam Jr</title>
		<link>http://codelog.blogial.com/2009/05/24/creating-a-single-instance-application-in-c-wpf/comment-page-1/#comment-6635</link>
		<dc:creator>Sam Jr</dc:creator>
		<pubDate>Mon, 15 Mar 2010 05:15:17 +0000</pubDate>
		<guid isPermaLink="false">http://codelog.blogial.com/?p=382#comment-6635</guid>
		<description>Thanks, It really simple and work for me.. :)</description>
		<content:encoded><![CDATA[<p>Thanks, It really simple and work for me.. <img src='http://codelog.blogial.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maxim</title>
		<link>http://codelog.blogial.com/2009/05/24/creating-a-single-instance-application-in-c-wpf/comment-page-1/#comment-6280</link>
		<dc:creator>Maxim</dc:creator>
		<pubDate>Fri, 19 Feb 2010 10:25:05 +0000</pubDate>
		<guid isPermaLink="false">http://codelog.blogial.com/?p=382#comment-6280</guid>
		<description>I suggest more elegant solution: http://blogs.microsoft.co.il/blogs/maxim/archive/2010/02/13/single-instance-application-manager.aspx</description>
		<content:encoded><![CDATA[<p>I suggest more elegant solution: <a href="http://blogs.microsoft.co.il/blogs/maxim/archive/2010/02/13/single-instance-application-manager.aspx" rel="nofollow">http://blogs.microsoft.co.il/blogs/maxim/archive/2010/02/13/single-instance-application-manager.aspx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adrian Alexander</title>
		<link>http://codelog.blogial.com/2009/05/24/creating-a-single-instance-application-in-c-wpf/comment-page-1/#comment-5563</link>
		<dc:creator>Adrian Alexander</dc:creator>
		<pubDate>Wed, 06 Jan 2010 15:35:56 +0000</pubDate>
		<guid isPermaLink="false">http://codelog.blogial.com/?p=382#comment-5563</guid>
		<description>What about the call to base.OnStartup?</description>
		<content:encoded><![CDATA[<p>What about the call to base.OnStartup?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- This Quick Cache file was built for (  codelog.blogial.com/2009/05/24/creating-a-single-instance-application-in-c-wpf/feed/ ) in 1.02299 seconds, on Feb 9th, 2012 at 7:07 am UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on Feb 9th, 2012 at 8:07 am UTC -->
<!-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
<!-- Quick Cache Is Fully Functional :-) ... A Quick Cache file was just served for (  codelog.blogial.com/2009/05/24/creating-a-single-instance-application-in-c-wpf/feed/ ) in 0.01247 seconds, on Feb 9th, 2012 at 7:30 am UTC. -->
