<?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: HowTo:  Work with threads in Microsoft Office COM add-ins</title>
	<atom:link href="http://www.add-in-express.com/creating-addins-blog/2009/04/17/office-addins-threads/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.add-in-express.com/creating-addins-blog/2009/04/17/office-addins-threads/</link>
	<description>All about developing COM add-ins, smart tags and RTD servers in Visual Studio .NET, VSTO and Delphi + Add-in Express</description>
	<lastBuildDate>Thu, 11 Mar 2010 22:52:12 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Dmitry Kostochko</title>
		<link>http://www.add-in-express.com/creating-addins-blog/2009/04/17/office-addins-threads/comment-page-1/#comment-8791</link>
		<dc:creator>Dmitry Kostochko</dc:creator>
		<pubDate>Fri, 30 Oct 2009 15:55:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.add-in-express.com/creating-addins-blog/?p=634#comment-8791</guid>
		<description>In these samples we don&#039;t use the BackgroundWorker class. Of course, you can try to use it, but I am afraid you will have to synchronize manually.</description>
		<content:encoded><![CDATA[<p>In these samples we don&#8217;t use the BackgroundWorker class. Of course, you can try to use it, but I am afraid you will have to synchronize manually.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://www.add-in-express.com/creating-addins-blog/2009/04/17/office-addins-threads/comment-page-1/#comment-8786</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Wed, 28 Oct 2009 18:04:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.add-in-express.com/creating-addins-blog/?p=634#comment-8786</guid>
		<description>Would it warrant mentioning the .NET BackgroundWorker? Does using BackgroundWorker always ensures marshaling back to &quot;UI&quot; thread of the host application?</description>
		<content:encoded><![CDATA[<p>Would it warrant mentioning the .NET BackgroundWorker? Does using BackgroundWorker always ensures marshaling back to &#8220;UI&#8221; thread of the host application?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dmitry Kostochko</title>
		<link>http://www.add-in-express.com/creating-addins-blog/2009/04/17/office-addins-threads/comment-page-1/#comment-8170</link>
		<dc:creator>Dmitry Kostochko</dc:creator>
		<pubDate>Tue, 23 Jun 2009 19:51:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.add-in-express.com/creating-addins-blog/?p=634#comment-8170</guid>
		<description>There is one quite serious problem in Delphi. The TThread.Synchronize method does not work in a DLL. That is why &quot;normal&quot; synchronization is not possible. But you can use the PostMessage function to notify the main VCL UI thread that some changes were made in a background thread. Please see the new Delphi sample under Available downloads.</description>
		<content:encoded><![CDATA[<p>There is one quite serious problem in Delphi. The TThread.Synchronize method does not work in a DLL. That is why &#8220;normal&#8221; synchronization is not possible. But you can use the PostMessage function to notify the main VCL UI thread that some changes were made in a background thread. Please see the new Delphi sample under Available downloads.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chan Chi Keung</title>
		<link>http://www.add-in-express.com/creating-addins-blog/2009/04/17/office-addins-threads/comment-page-1/#comment-8154</link>
		<dc:creator>Chan Chi Keung</dc:creator>
		<pubDate>Tue, 23 Jun 2009 07:53:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.add-in-express.com/creating-addins-blog/?p=634#comment-8154</guid>
		<description>How about working with delphi 7 or 2009 ? I want to get an example similar to dot net.

Thanks your add in express.</description>
		<content:encoded><![CDATA[<p>How about working with delphi 7 or 2009 ? I want to get an example similar to dot net.</p>
<p>Thanks your add in express.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
