<?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: C# – Check if Form is already running</title>
	<atom:link href="http://www.farooqazam.net/c-sharp-check-if-form-is-already-running/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.farooqazam.net/c-sharp-check-if-form-is-already-running/</link>
	<description>Unity 3D, Game Development and C# Programming.</description>
	<lastBuildDate>Tue, 06 Dec 2011 13:14:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: CMottaA</title>
		<link>http://www.farooqazam.net/c-sharp-check-if-form-is-already-running/#comment-19172</link>
		<dc:creator>CMottaA</dc:creator>
		<pubDate>Fri, 10 Jun 2011 07:18:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.farooqazam.net/?p=191#comment-19172</guid>
		<description>Thank you! That&#039;s a very useful method!</description>
		<content:encoded><![CDATA[<p>Thank you! That&#8217;s a very useful method!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Farooq Azam</title>
		<link>http://www.farooqazam.net/c-sharp-check-if-form-is-already-running/#comment-5734</link>
		<dc:creator>Farooq Azam</dc:creator>
		<pubDate>Sun, 31 Oct 2010 14:46:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.farooqazam.net/?p=191#comment-5734</guid>
		<description>&lt;em&gt;OpenForms&lt;/em&gt; doesn&#039;t have a &lt;em&gt;Contains()&lt;/em&gt; method.</description>
		<content:encoded><![CDATA[<p><em>OpenForms</em> doesn&#8217;t have a <em>Contains()</em> method.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 8010234944</title>
		<link>http://www.farooqazam.net/c-sharp-check-if-form-is-already-running/#comment-5277</link>
		<dc:creator>8010234944</dc:creator>
		<pubDate>Fri, 22 Oct 2010 08:15:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.farooqazam.net/?p=191#comment-5277</guid>
		<description>private bool CheckForm(Form f)
{
return(Application.OpenForms.Contains(f))
}</description>
		<content:encoded><![CDATA[<p>private bool CheckForm(Form f)<br />
{<br />
return(Application.OpenForms.Contains(f))<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Farooq Azam</title>
		<link>http://www.farooqazam.net/c-sharp-check-if-form-is-already-running/#comment-1386</link>
		<dc:creator>Farooq Azam</dc:creator>
		<pubDate>Sat, 05 Jun 2010 02:43:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.farooqazam.net/?p=191#comment-1386</guid>
		<description>@PhonicUK:

Contains() method is not a member of FormCollection class. That would have been cleaner but there&#039;s no Contains() method for this class.

Thanks</description>
		<content:encoded><![CDATA[<p>@PhonicUK:</p>
<p>Contains() method is not a member of FormCollection class. That would have been cleaner but there&#8217;s no Contains() method for this class.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PhonicUK</title>
		<link>http://www.farooqazam.net/c-sharp-check-if-form-is-already-running/#comment-1184</link>
		<dc:creator>PhonicUK</dc:creator>
		<pubDate>Wed, 12 May 2010 20:01:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.farooqazam.net/?p=191#comment-1184</guid>
		<description>why not do...

private bool CheckForm(Form f)
{
  return(Application.OpenForms.Contains(f))
}

Doesn&#039;t require you to enter a loop, looks cleaner too.</description>
		<content:encoded><![CDATA[<p>why not do&#8230;</p>
<p>private bool CheckForm(Form f)<br />
{<br />
  return(Application.OpenForms.Contains(f))<br />
}</p>
<p>Doesn&#8217;t require you to enter a loop, looks cleaner too.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

