<?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: Threading issue with VB.NET Default Instances</title>
	<atom:link href="http://tobint.com/blog/threading-issue-with-vb-net-default-instances/feed/" rel="self" type="application/rss+xml" />
	<link>http://tobint.com/blog/threading-issue-with-vb-net-default-instances/</link>
	<description>You Are What You Don&#039;t Automate</description>
	<lastBuildDate>Fri, 13 Jan 2012 18:17:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Matt Floyd</title>
		<link>http://tobint.com/blog/threading-issue-with-vb-net-default-instances/comment-page-1/#comment-15263</link>
		<dc:creator>Matt Floyd</dc:creator>
		<pubDate>Tue, 02 Nov 2010 20:09:55 +0000</pubDate>
		<guid isPermaLink="false">http://tobint.com/Blog/Threading-issue-with-VBNET-Default-Instances#comment-15263</guid>
		<description>Thank you, this was very helpful.

In my situation, I was unable to use &quot;My.Application.OpenForms(&quot;frmMain&quot;),&quot; so I had to use &quot;My.Forms.frmMain&quot; instead.</description>
		<content:encoded><![CDATA[<p>Thank you, this was very helpful.</p>
<p>In my situation, I was unable to use &#8220;My.Application.OpenForms(&#8220;frmMain&#8221;),&#8221; so I had to use &#8220;My.Forms.frmMain&#8221; instead.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ken</title>
		<link>http://tobint.com/blog/threading-issue-with-vb-net-default-instances/comment-page-1/#comment-10315</link>
		<dc:creator>Ken</dc:creator>
		<pubDate>Mon, 13 Sep 2010 16:06:31 +0000</pubDate>
		<guid isPermaLink="false">http://tobint.com/Blog/Threading-issue-with-VBNET-Default-Instances#comment-10315</guid>
		<description>Thanks! This is answer I&#039;ve searched for most of the weekend. 

I had guessed the problem was another instance being updated but as a VB novice doing the first program had no idea why or what to do about it. 

Thanks for your clarity.</description>
		<content:encoded><![CDATA[<p>Thanks! This is answer I&#8217;ve searched for most of the weekend. </p>
<p>I had guessed the problem was another instance being updated but as a VB novice doing the first program had no idea why or what to do about it. </p>
<p>Thanks for your clarity.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon</title>
		<link>http://tobint.com/blog/threading-issue-with-vb-net-default-instances/comment-page-1/#comment-600</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Sun, 07 Feb 2010 09:06:07 +0000</pubDate>
		<guid isPermaLink="false">http://tobint.com/Blog/Threading-issue-with-VBNET-Default-Instances#comment-600</guid>
		<description>Hi

Thanks! This was exactly what I was looking for...  : ) You saved really saved me. I could not figure out what was wrong and, as you mention, all sites focus on a different cross thread problem. 

Your code is really easy to understand. I was thinking though, perhaps you should make the small change, i.e. instead of writing Dim f As frmMain = My.Application.OpenForms(&quot;frmMain&quot;)
You could write Dim f As frmMain = My.Application.OpenForms(frmMain.Name), then you also get spell check through IntelliSense...  : )

Thanks
Simon</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>Thanks! This was exactly what I was looking for&#8230;  : ) You saved really saved me. I could not figure out what was wrong and, as you mention, all sites focus on a different cross thread problem. </p>
<p>Your code is really easy to understand. I was thinking though, perhaps you should make the small change, i.e. instead of writing Dim f As frmMain = My.Application.OpenForms(&#8220;frmMain&#8221;)<br />
You could write Dim f As frmMain = My.Application.OpenForms(frmMain.Name), then you also get spell check through IntelliSense&#8230;  : )</p>
<p>Thanks<br />
Simon</p>
]]></content:encoded>
	</item>
</channel>
</rss>

