<?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: How To Update Controls Using BackgroundWorker in VB.NET</title>
	<atom:link href="http://vbnotebookfor.net/2007/09/24/how-to-update-controls-using-backgroundworker-in-vbnet/feed/" rel="self" type="application/rss+xml" />
	<link>http://vbnotebookfor.net/2007/09/24/how-to-update-controls-using-backgroundworker-in-vbnet/</link>
	<description>Articles on VB.NET and Software Development Team Leadership</description>
	<pubDate>Mon, 21 May 2012 19:17:25 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Eric</title>
		<link>http://vbnotebookfor.net/2007/09/24/how-to-update-controls-using-backgroundworker-in-vbnet/comment-page-1/#comment-1438</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Wed, 23 Dec 2009 16:07:24 +0000</pubDate>
		<guid isPermaLink="false">http://vbnotebookfor.net/2007/09/24/how-to-update-controls-using-backgroundworker-in-vbnet/#comment-1438</guid>
		<description>Excellent. This is exaclty what I was looking for to smooth out some of my applications.</description>
		<content:encoded><![CDATA[<p>Excellent. This is exaclty what I was looking for to smooth out some of my applications.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul B</title>
		<link>http://vbnotebookfor.net/2007/09/24/how-to-update-controls-using-backgroundworker-in-vbnet/comment-page-1/#comment-1403</link>
		<dc:creator>Paul B</dc:creator>
		<pubDate>Sun, 27 Sep 2009 10:16:28 +0000</pubDate>
		<guid isPermaLink="false">http://vbnotebookfor.net/2007/09/24/how-to-update-controls-using-backgroundworker-in-vbnet/#comment-1403</guid>
		<description>Hi, I am a bit of a beginner when it comes to threads, but this article has helped me. Thank you.

What I need to know now is how do I pass values to the backround worker.

eg. In the original artical I would like the user to be able to set the start and end values of the loop.</description>
		<content:encoded><![CDATA[<p>Hi, I am a bit of a beginner when it comes to threads, but this article has helped me. Thank you.</p>
<p>What I need to know now is how do I pass values to the backround worker.</p>
<p>eg. In the original artical I would like the user to be able to set the start and end values of the loop.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tony</title>
		<link>http://vbnotebookfor.net/2007/09/24/how-to-update-controls-using-backgroundworker-in-vbnet/comment-page-1/#comment-1365</link>
		<dc:creator>Tony</dc:creator>
		<pubDate>Mon, 22 Jun 2009 16:57:24 +0000</pubDate>
		<guid isPermaLink="false">http://vbnotebookfor.net/2007/09/24/how-to-update-controls-using-backgroundworker-in-vbnet/#comment-1365</guid>
		<description>Thanks for the great beginners article on BackgroundWorkers! Very insightful.</description>
		<content:encoded><![CDATA[<p>Thanks for the great beginners article on BackgroundWorkers! Very insightful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark-C</title>
		<link>http://vbnotebookfor.net/2007/09/24/how-to-update-controls-using-backgroundworker-in-vbnet/comment-page-1/#comment-1362</link>
		<dc:creator>Mark-C</dc:creator>
		<pubDate>Tue, 09 Jun 2009 19:00:44 +0000</pubDate>
		<guid isPermaLink="false">http://vbnotebookfor.net/2007/09/24/how-to-update-controls-using-backgroundworker-in-vbnet/#comment-1362</guid>
		<description>Hi, thanks, I wish I hhad found this sooner !
Many comments seem to share my problem of sharing data between forms and threads.
I have found that using variables (structures) declared at module level helps. Is this bad practice or a reasonable solution?
Cheers</description>
		<content:encoded><![CDATA[<p>Hi, thanks, I wish I hhad found this sooner !<br />
Many comments seem to share my problem of sharing data between forms and threads.<br />
I have found that using variables (structures) declared at module level helps. Is this bad practice or a reasonable solution?<br />
Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bart</title>
		<link>http://vbnotebookfor.net/2007/09/24/how-to-update-controls-using-backgroundworker-in-vbnet/comment-page-1/#comment-1314</link>
		<dc:creator>Bart</dc:creator>
		<pubDate>Mon, 23 Feb 2009 13:04:32 +0000</pubDate>
		<guid isPermaLink="false">http://vbnotebookfor.net/2007/09/24/how-to-update-controls-using-backgroundworker-in-vbnet/#comment-1314</guid>
		<description>Hi again,
I already found out what went wrong. It was a faulty value assignment to the To variable in the For...To loop. Pretty stupid...

But this is a great tutorial, it really helped me show the way!

Thanks,
Bart</description>
		<content:encoded><![CDATA[<p>Hi again,<br />
I already found out what went wrong. It was a faulty value assignment to the To variable in the For&#8230;To loop. Pretty stupid&#8230;</p>
<p>But this is a great tutorial, it really helped me show the way!</p>
<p>Thanks,<br />
Bart</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bart</title>
		<link>http://vbnotebookfor.net/2007/09/24/how-to-update-controls-using-backgroundworker-in-vbnet/comment-page-1/#comment-1313</link>
		<dc:creator>Bart</dc:creator>
		<pubDate>Sat, 21 Feb 2009 21:08:46 +0000</pubDate>
		<guid isPermaLink="false">http://vbnotebookfor.net/2007/09/24/how-to-update-controls-using-backgroundworker-in-vbnet/#comment-1313</guid>
		<description>Hi,
I tried to use your example but somehow it doesn't work. After TestWorker.RunWorkerAsync(), in stead of going to Private Sub TestWorker_DoWork, my program directly goes to: Private Sub TestWorker_RunWorkerCompleted, bypassing the important part of the code this way.
I wrote the code in the form and then tried to place the backgroundworker control on the form, but I couldn't rename it to the name used in the code, as it already existed. Could this have anything to do with this and should I create the object on the form first and only then write the code?

I'm using VS2008 Express.

Any suggestions?

Bart</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I tried to use your example but somehow it doesn&#8217;t work. After TestWorker.RunWorkerAsync(), in stead of going to Private Sub TestWorker_DoWork, my program directly goes to: Private Sub TestWorker_RunWorkerCompleted, bypassing the important part of the code this way.<br />
I wrote the code in the form and then tried to place the backgroundworker control on the form, but I couldn&#8217;t rename it to the name used in the code, as it already existed. Could this have anything to do with this and should I create the object on the form first and only then write the code?</p>
<p>I&#8217;m using VS2008 Express.</p>
<p>Any suggestions?</p>
<p>Bart</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: confused with threads - in order to refresh progressbar - Visual Basic .NET Forums</title>
		<link>http://vbnotebookfor.net/2007/09/24/how-to-update-controls-using-backgroundworker-in-vbnet/comment-page-1/#comment-1311</link>
		<dc:creator>confused with threads - in order to refresh progressbar - Visual Basic .NET Forums</dc:creator>
		<pubDate>Tue, 17 Feb 2009 18:22:13 +0000</pubDate>
		<guid isPermaLink="false">http://vbnotebookfor.net/2007/09/24/how-to-update-controls-using-backgroundworker-in-vbnet/#comment-1311</guid>
		<description>[...] How To Update Controls Using BackgroundWorker in VB.NET  This article was insightful and simple to follow when I was learning about the BackgroundWorker. [...]</description>
		<content:encoded><![CDATA[<p>[...] How To Update Controls Using BackgroundWorker in VB.NET  This article was insightful and simple to follow when I was learning about the BackgroundWorker. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bea</title>
		<link>http://vbnotebookfor.net/2007/09/24/how-to-update-controls-using-backgroundworker-in-vbnet/comment-page-1/#comment-1301</link>
		<dc:creator>Bea</dc:creator>
		<pubDate>Wed, 21 Jan 2009 18:42:13 +0000</pubDate>
		<guid isPermaLink="false">http://vbnotebookfor.net/2007/09/24/how-to-update-controls-using-backgroundworker-in-vbnet/#comment-1301</guid>
		<description>I'm trying to get my toolstripprogressbar to run at the same time my SQLDataReader and Datagridview is loading.  The toolstripprogressbar runs after the datagridview loads.  I've followed your example, also tried building a seperate thread with invokes and callbacks.  The progressbar just does not seem to want to run while the datagridview is loading(which takes some time). Can I send my code to you?  Thanks.</description>
		<content:encoded><![CDATA[<p>I&#8217;m trying to get my toolstripprogressbar to run at the same time my SQLDataReader and Datagridview is loading.  The toolstripprogressbar runs after the datagridview loads.  I&#8217;ve followed your example, also tried building a seperate thread with invokes and callbacks.  The progressbar just does not seem to want to run while the datagridview is loading(which takes some time). Can I send my code to you?  Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BJ452</title>
		<link>http://vbnotebookfor.net/2007/09/24/how-to-update-controls-using-backgroundworker-in-vbnet/comment-page-1/#comment-1276</link>
		<dc:creator>BJ452</dc:creator>
		<pubDate>Wed, 24 Dec 2008 09:43:49 +0000</pubDate>
		<guid isPermaLink="false">http://vbnotebookfor.net/2007/09/24/how-to-update-controls-using-backgroundworker-in-vbnet/#comment-1276</guid>
		<description>As a neby I have been searhing for a simple, easy to understand demonstration of multithreadng and found this to be the most useful - Mnay examples only show snippets - and assume you know where to put them. what to import etc. Nice job - I will look out for more articles by you - thanks</description>
		<content:encoded><![CDATA[<p>As a neby I have been searhing for a simple, easy to understand demonstration of multithreadng and found this to be the most useful - Mnay examples only show snippets - and assume you know where to put them. what to import etc. Nice job - I will look out for more articles by you - thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ALegaspi</title>
		<link>http://vbnotebookfor.net/2007/09/24/how-to-update-controls-using-backgroundworker-in-vbnet/comment-page-1/#comment-1243</link>
		<dc:creator>ALegaspi</dc:creator>
		<pubDate>Fri, 14 Nov 2008 16:59:41 +0000</pubDate>
		<guid isPermaLink="false">http://vbnotebookfor.net/2007/09/24/how-to-update-controls-using-backgroundworker-in-vbnet/#comment-1243</guid>
		<description>THank you for this article... this gives me idea how to use the BW.

But I have a question. I have a situation that I think but Im not sure backgroundworker will help solve this problem. I have a form that contains all th details of our product and wthin this form I have a button that when you click it will popup another form let say sub form for the user to select a product. within this sub form I have to button "select" and "Add" button. When I click select it will add my selections let say on a collection to hold the data. and Add button will works to add another selection. What I want is to update the main form that contains the details of what I select from sub form. Right now on how it works, the details or data will only be displayed on the main form after clicking the ok button. What I want is updating the mainform to show my selections everytime i click select or add button. Do you think backgroundworker will help me on this? fi not do you have any suggestions of what is better to do on this? thanks it will really helps me a lot when I solve this problem.</description>
		<content:encoded><![CDATA[<p>THank you for this article&#8230; this gives me idea how to use the BW.</p>
<p>But I have a question. I have a situation that I think but Im not sure backgroundworker will help solve this problem. I have a form that contains all th details of our product and wthin this form I have a button that when you click it will popup another form let say sub form for the user to select a product. within this sub form I have to button &#8220;select&#8221; and &#8220;Add&#8221; button. When I click select it will add my selections let say on a collection to hold the data. and Add button will works to add another selection. What I want is to update the main form that contains the details of what I select from sub form. Right now on how it works, the details or data will only be displayed on the main form after clicking the ok button. What I want is updating the mainform to show my selections everytime i click select or add button. Do you think backgroundworker will help me on this? fi not do you have any suggestions of what is better to do on this? thanks it will really helps me a lot when I solve this problem.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

