<?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: Splash Screens in Windows Forms</title>
	<atom:link href="http://averyblog.com/net/splash-screens-in-windows-forms/feed/" rel="self" type="application/rss+xml" />
	<link>http://averyblog.com/net/splash-screens-in-windows-forms/</link>
	<description>This is not the greatest tagline in the world... this is just a tribute.</description>
	<lastBuildDate>Mon, 11 Jan 2010 16:36:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Adam Vandenberg</title>
		<link>http://averyblog.com/net/splash-screens-in-windows-forms/comment-page-1/#comment-2044</link>
		<dc:creator>Adam Vandenberg</dc:creator>
		<pubDate>Mon, 23 Oct 2006 18:16:49 +0000</pubDate>
		<guid isPermaLink="false">http://averyblog.infozerk.net/?p=591#comment-2044</guid>
		<description>&lt;p&gt;Unfortunately, when I need to show a splash screen it usually needs to be updatable (&quot;Loading...&quot;, &quot;Initializing...&quot;, &quot;Getting Ready...&quot;) which means doing work in a separate thread and making sure that the splash screen UI is updated in a thread-safe manner, etc.&lt;br /&gt;&lt;br /&gt;I guess if all you need to do is show a graphic then Eric&#039;s method is fine. (Though I do like it when programs that do that have a &quot;stop showing splash screen&quot; options; I don&#039;t need a graphic pegged in the middle of the screen the 7th time I launch an app.)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Unfortunately, when I need to show a splash screen it usually needs to be updatable (&#8221;Loading&#8230;&#8221;, &#8220;Initializing&#8230;&#8221;, &#8220;Getting Ready&#8230;&#8221;) which means doing work in a separate thread and making sure that the splash screen UI is updated in a thread-safe manner, etc.</p>
<p>I guess if all you need to do is show a graphic then Eric&#8217;s method is fine. (Though I do like it when programs that do that have a &#8220;stop showing splash screen&#8221; options; I don&#8217;t need a graphic pegged in the middle of the screen the 7th time I launch an app.)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

