<?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: Quick and Easy Splash Screen</title>
	<atom:link href="http://www.developingfor.net/forms-20/quick-and-easy-splash-screen.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.developingfor.net/forms-20/quick-and-easy-splash-screen.html</link>
	<description>Real World .NET Methods, Tricks, and Examples</description>
	<lastBuildDate>Thu, 11 Mar 2010 18:24:27 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: R Foreman</title>
		<link>http://www.developingfor.net/forms-20/quick-and-easy-splash-screen.html/comment-page-1#comment-9952</link>
		<dc:creator>R Foreman</dc:creator>
		<pubDate>Wed, 03 Feb 2010 08:15:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.developingfor.net/net-20/quick-and-easy-splash-screen.html#comment-9952</guid>
		<description>Put this in the constructor of the splash class to place the (splash) form dead-center in the middle of the working area of the screen

this.StartPosition = FormStartPosition.Manual;
this.Location = new System.Drawing.Point(Screen.PrimaryScreen.WorkingArea.Width / 2 - Width / 2, Screen.PrimaryScreen.WorkingArea.Height / 2 - Height / 2);</description>
		<content:encoded><![CDATA[<p>Put this in the constructor of the splash class to place the (splash) form dead-center in the middle of the working area of the screen</p>
<p>this.StartPosition = FormStartPosition.Manual;<br />
this.Location = new System.Drawing.Point(Screen.PrimaryScreen.WorkingArea.Width / 2 &#8211; Width / 2, Screen.PrimaryScreen.WorkingArea.Height / 2 &#8211; Height / 2);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Danh</title>
		<link>http://www.developingfor.net/forms-20/quick-and-easy-splash-screen.html/comment-page-1#comment-9949</link>
		<dc:creator>Danh</dc:creator>
		<pubDate>Fri, 22 Jan 2010 18:16:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.developingfor.net/net-20/quick-and-easy-splash-screen.html#comment-9949</guid>
		<description>Thanks, this is great!

To center it to the main form, add these two lines before Show():

splash.StartPosition = FormStartPosition.Manual;
            splash.Location = new Point(this.Left + (this.Width / 2 - splash.Width / 2), this.Top + (this.Height / 2 - splash.Height / 2));</description>
		<content:encoded><![CDATA[<p>Thanks, this is great!</p>
<p>To center it to the main form, add these two lines before Show():</p>
<p>splash.StartPosition = FormStartPosition.Manual;<br />
            splash.Location = new Point(this.Left + (this.Width / 2 &#8211; splash.Width / 2), this.Top + (this.Height / 2 &#8211; splash.Height / 2));</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lese Empfehlungen vom 22. January 2010 &#171; vollgemaiert</title>
		<link>http://www.developingfor.net/forms-20/quick-and-easy-splash-screen.html/comment-page-1#comment-9948</link>
		<dc:creator>Lese Empfehlungen vom 22. January 2010 &#171; vollgemaiert</dc:creator>
		<pubDate>Fri, 22 Jan 2010 11:32:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.developingfor.net/net-20/quick-and-easy-splash-screen.html#comment-9948</guid>
		<description>[...] Quick and Easy Splash Screen &#124; Developing For .NET [...]</description>
		<content:encoded><![CDATA[<p>[...] Quick and Easy Splash Screen | Developing For .NET [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: djlion12</title>
		<link>http://www.developingfor.net/forms-20/quick-and-easy-splash-screen.html/comment-page-1#comment-4885</link>
		<dc:creator>djlion12</dc:creator>
		<pubDate>Sat, 21 Mar 2009 19:50:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.developingfor.net/net-20/quick-and-easy-splash-screen.html#comment-4885</guid>
		<description>see that

http://www.codeproject.com/KB/dialog/SplashScreen.aspx?msg=1333272

is very funtional</description>
		<content:encoded><![CDATA[<p>see that</p>
<p><a href="http://www.codeproject.com/KB/dialog/SplashScreen.aspx?msg=1333272" rel="nofollow">http://www.codeproject.com/KB/dialog/SplashScreen.aspx?msg=1333272</a></p>
<p>is very funtional</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: revise</title>
		<link>http://www.developingfor.net/forms-20/quick-and-easy-splash-screen.html/comment-page-1#comment-612</link>
		<dc:creator>revise</dc:creator>
		<pubDate>Tue, 19 Aug 2008 21:17:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.developingfor.net/net-20/quick-and-easy-splash-screen.html#comment-612</guid>
		<description>Very nice. I cant tell you how long I searched for the simplest example of this, and found nothing but over complicated examples, or very bad code.  So I thank you for posting something so simple and understandable.</description>
		<content:encoded><![CDATA[<p>Very nice. I cant tell you how long I searched for the simplest example of this, and found nothing but over complicated examples, or very bad code.  So I thank you for posting something so simple and understandable.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sid</title>
		<link>http://www.developingfor.net/forms-20/quick-and-easy-splash-screen.html/comment-page-1#comment-529</link>
		<dc:creator>Sid</dc:creator>
		<pubDate>Thu, 31 Jul 2008 08:40:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.developingfor.net/net-20/quick-and-easy-splash-screen.html#comment-529</guid>
		<description>I liked your way of writing! I suggest you will make up a wonderful teacher!!
Congrats!</description>
		<content:encoded><![CDATA[<p>I liked your way of writing! I suggest you will make up a wonderful teacher!!<br />
Congrats!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Smith Data Processing Services &#187; Blog Archive &#187; links for 2007-11-27</title>
		<link>http://www.developingfor.net/forms-20/quick-and-easy-splash-screen.html/comment-page-1#comment-8</link>
		<dc:creator>Smith Data Processing Services &#187; Blog Archive &#187; links for 2007-11-27</dc:creator>
		<pubDate>Tue, 27 Nov 2007 07:48:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.developingfor.net/net-20/quick-and-easy-splash-screen.html#comment-8</guid>
		<description>[...] Quick and Easy Splash Screen (tags: quick easy splash screen) [...]</description>
		<content:encoded><![CDATA[<p>[...] Quick and Easy Splash Screen (tags: quick easy splash screen) [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
