<?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: WPF Bootstrapping, NotifyIcon, ShutdownMode and the Mysterious Vanishing Application!</title>
	<atom:link href="http://www.grumpydev.com/2009/03/08/wpf-bootstrapping-notifyicon-shutdownmode-and-the-mysterious-vanishing-application/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.grumpydev.com/2009/03/08/wpf-bootstrapping-notifyicon-shutdownmode-and-the-mysterious-vanishing-application/</link>
	<description>The Technical Jibber Jabber of Steven Robbins</description>
	<lastBuildDate>Fri, 30 Jul 2010 05:59:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Jeff</title>
		<link>http://www.grumpydev.com/2009/03/08/wpf-bootstrapping-notifyicon-shutdownmode-and-the-mysterious-vanishing-application/comment-page-1/#comment-281</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Wed, 23 Jun 2010 22:56:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.grumpydev.com/?p=132#comment-281</guid>
		<description>Yeah using Application.Run() without specifying a form is great until you need to gracefully close that process from another. In general the recommendation is to use CloseMainWindow but if you don&#039;t specify a main form in your NotifyIcon app then your process will not close.</description>
		<content:encoded><![CDATA[<p>Yeah using Application.Run() without specifying a form is great until you need to gracefully close that process from another. In general the recommendation is to use CloseMainWindow but if you don&#8217;t specify a main form in your NotifyIcon app then your process will not close.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: srobbins</title>
		<link>http://www.grumpydev.com/2009/03/08/wpf-bootstrapping-notifyicon-shutdownmode-and-the-mysterious-vanishing-application/comment-page-1/#comment-132</link>
		<dc:creator>srobbins</dc:creator>
		<pubDate>Sat, 03 Oct 2009 09:52:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.grumpydev.com/?p=132#comment-132</guid>
		<description>Sorry Andreas, I don&#039;t know what you mean? As soon as you press the alt key the menu closes (normally), not sure what you&#039;re getting at?</description>
		<content:encoded><![CDATA[<p>Sorry Andreas, I don&#8217;t know what you mean? As soon as you press the alt key the menu closes (normally), not sure what you&#8217;re getting at?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andreas Zita</title>
		<link>http://www.grumpydev.com/2009/03/08/wpf-bootstrapping-notifyicon-shutdownmode-and-the-mysterious-vanishing-application/comment-page-1/#comment-131</link>
		<dc:creator>Andreas Zita</dc:creator>
		<pubDate>Sat, 03 Oct 2009 08:39:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.grumpydev.com/?p=132#comment-131</guid>
		<description>What happens if you open the contextmenu and then press alt+F9. The icon dissapers but the app is still running... how can this be avoided?</description>
		<content:encoded><![CDATA[<p>What happens if you open the contextmenu and then press alt+F9. The icon dissapers but the app is still running&#8230; how can this be avoided?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: srobbins</title>
		<link>http://www.grumpydev.com/2009/03/08/wpf-bootstrapping-notifyicon-shutdownmode-and-the-mysterious-vanishing-application/comment-page-1/#comment-116</link>
		<dc:creator>srobbins</dc:creator>
		<pubDate>Wed, 26 Aug 2009 17:47:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.grumpydev.com/?p=132#comment-116</guid>
		<description>Thanks for the tip.</description>
		<content:encoded><![CDATA[<p>Thanks for the tip.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard Gadsden</title>
		<link>http://www.grumpydev.com/2009/03/08/wpf-bootstrapping-notifyicon-shutdownmode-and-the-mysterious-vanishing-application/comment-page-1/#comment-115</link>
		<dc:creator>Richard Gadsden</dc:creator>
		<pubDate>Wed, 26 Aug 2009 13:44:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.grumpydev.com/?p=132#comment-115</guid>
		<description>In your Shutdown procedure, it&#039;s a good idea to to this.SysTrayIcon.Visible = false; before the actual shutdown because otherwise there&#039;s a tendency for the SysTrayIcon to hang around in the notification area after the application has closed.  Windows doesn&#039;t actually update the notification area all that frequently.</description>
		<content:encoded><![CDATA[<p>In your Shutdown procedure, it&#8217;s a good idea to to this.SysTrayIcon.Visible = false; before the actual shutdown because otherwise there&#8217;s a tendency for the SysTrayIcon to hang around in the notification area after the application has closed.  Windows doesn&#8217;t actually update the notification area all that frequently.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
