<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Add-in Express Blogs &#187; PIAs</title>
	<atom:link href="http://www.add-in-express.com/creating-addins-blog/tag/pias/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.add-in-express.com/creating-addins-blog</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>Tue, 07 Feb 2012 12:16:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>From VB6 to .NET. At last&#8230;</title>
		<link>http://www.add-in-express.com/creating-addins-blog/2010/08/13/porting-vb6-addin-to-net/</link>
		<comments>http://www.add-in-express.com/creating-addins-blog/2010/08/13/porting-vb6-addin-to-net/#comments</comments>
		<pubDate>Fri, 13 Aug 2010 10:34:17 +0000</pubDate>
		<dc:creator>Andrei Smolin</dc:creator>
				<category><![CDATA[Add-in Express for Office and .net]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[COM add-ins]]></category>
		<category><![CDATA[Deployment]]></category>
		<category><![CDATA[Office]]></category>
		<category><![CDATA[PIAs]]></category>
		<category><![CDATA[VB.NET]]></category>

		<guid isPermaLink="false">http://www.add-in-express.com/creating-addins-blog/?p=2229</guid>
		<description><![CDATA[In one of my previous lives, I was a VBA and VB6 developer: ReDim, InStr, Msgbox, If Not Obj Is Nothing and other ugly things were part of that nice life. Now I live another life and have both VB.NET and C# experience gradually shifting to C#. If you are a late wayfarer on the [...]]]></description>
		<wfw:commentRss>http://www.add-in-express.com/creating-addins-blog/2010/08/13/porting-vb6-addin-to-net/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>.Net Framework 4, NoPIA  and Add-in Express 2010</title>
		<link>http://www.add-in-express.com/creating-addins-blog/2010/05/28/net-framework4-nopia-addinexpress2010/</link>
		<comments>http://www.add-in-express.com/creating-addins-blog/2010/05/28/net-framework4-nopia-addinexpress2010/#comments</comments>
		<pubDate>Fri, 28 May 2010 13:49:38 +0000</pubDate>
		<dc:creator>Pieter van der Westhuizen</dc:creator>
				<category><![CDATA[Add-in Express 2010]]></category>
		<category><![CDATA[Add-in Express for Office and .net]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[COM add-ins]]></category>
		<category><![CDATA[Office]]></category>
		<category><![CDATA[Office 2010]]></category>
		<category><![CDATA[PIAs]]></category>
		<category><![CDATA[VB.NET]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[Word]]></category>

		<guid isPermaLink="false">http://www.add-in-express.com/creating-addins-blog/?p=1777</guid>
		<description><![CDATA[Let’s take a break from the Northwind Traders application for a while and talk about a new feature available in .Net Framework 4 : NoPIA  or Type Embedding. As you all know when we developed Office Add-ins or applications that integrated with the Office suite of products we have to include a reference to the Office PIAs or Primary Interop Assemblies
]]></description>
		<wfw:commentRss>http://www.add-in-express.com/creating-addins-blog/2010/05/28/net-framework4-nopia-addinexpress2010/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>How to show an Outlook.MailItem in PrintPreview mode programmatically</title>
		<link>http://www.add-in-express.com/creating-addins-blog/2010/05/06/show-outlook-mailitem-printpreview-programmatically/</link>
		<comments>http://www.add-in-express.com/creating-addins-blog/2010/05/06/show-outlook-mailitem-printpreview-programmatically/#comments</comments>
		<pubDate>Thu, 06 May 2010 15:46:06 +0000</pubDate>
		<dc:creator>Andrei Smolin</dc:creator>
				<category><![CDATA[Add-in Express 2010]]></category>
		<category><![CDATA[Add-in Express for Office and .net]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[COM add-ins]]></category>
		<category><![CDATA[Office]]></category>
		<category><![CDATA[Office 2010]]></category>
		<category><![CDATA[Office object model]]></category>
		<category><![CDATA[Outlook]]></category>
		<category><![CDATA[PIAs]]></category>
		<category><![CDATA[Ribbon]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://www.add-in-express.com/creating-addins-blog/?p=1571</guid>
		<description><![CDATA[The Outlook object model doesn't allow showing the PrintPreview dialog. To show it in all Outlook versions, you need to call the Execute method of a corresponding command bar button. Also, in Outlook 2007 and 2010, you can invoke the corresponding Ribbon command using the ExecuteMso method of the Office.CommandBars class. Let's see how to do this]]></description>
		<wfw:commentRss>http://www.add-in-express.com/creating-addins-blog/2010/05/06/show-outlook-mailitem-printpreview-programmatically/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Supporting several Office versions in an add-in. Interop assemblies and late binding.</title>
		<link>http://www.add-in-express.com/creating-addins-blog/2010/03/16/interop-assemblies-late-binding/</link>
		<comments>http://www.add-in-express.com/creating-addins-blog/2010/03/16/interop-assemblies-late-binding/#comments</comments>
		<pubDate>Tue, 16 Mar 2010 14:12:14 +0000</pubDate>
		<dc:creator>Andrei Smolin</dc:creator>
				<category><![CDATA[Add-in Express for Office and .net]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[COM add-ins]]></category>
		<category><![CDATA[Office]]></category>
		<category><![CDATA[Office 2010]]></category>
		<category><![CDATA[Outlook]]></category>
		<category><![CDATA[PIAs]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://www.add-in-express.com/creating-addins-blog/?p=1229</guid>
		<description><![CDATA[When accessing a COM type library in .NET via early binding you need to use a corresponding interop. An interop for an Office application is a .NET assembly providing meta-information about objects, properties, methods, and parameters available in the type library (=object model) of the Office application. Microsoft provides interops for all Office applications starting from Office version 2002]]></description>
		<wfw:commentRss>http://www.add-in-express.com/creating-addins-blog/2010/03/16/interop-assemblies-late-binding/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft Office PIAs (Primary Interop Assemblies) and Add-in Express .NET</title>
		<link>http://www.add-in-express.com/creating-addins-blog/2006/03/01/add-in-express-net-and-microsoft-office-pias/</link>
		<comments>http://www.add-in-express.com/creating-addins-blog/2006/03/01/add-in-express-net-and-microsoft-office-pias/#comments</comments>
		<pubDate>Wed, 01 Mar 2006 17:21:54 +0000</pubDate>
		<dc:creator>Eugene Starostin</dc:creator>
				<category><![CDATA[Add-in Express for Office and .net]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[Office]]></category>
		<category><![CDATA[PIAs]]></category>

		<guid isPermaLink="false">/creating-addins-blog/?p=15</guid>
		<description><![CDATA[How Add-in Express .NET integrates MS Office PIAs into add-in solutions. Strategy and tactics of using MS Office PIAs. And about benefits of late binding.]]></description>
		<wfw:commentRss>http://www.add-in-express.com/creating-addins-blog/2006/03/01/add-in-express-net-and-microsoft-office-pias/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A bit about Microsoft Office PIA</title>
		<link>http://www.add-in-express.com/creating-addins-blog/2006/03/01/a-bit-about-microsoft-office-pias/</link>
		<comments>http://www.add-in-express.com/creating-addins-blog/2006/03/01/a-bit-about-microsoft-office-pias/#comments</comments>
		<pubDate>Wed, 01 Mar 2006 17:07:40 +0000</pubDate>
		<dc:creator>Eugene Starostin</dc:creator>
				<category><![CDATA[Add-in Express for Office and .net]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[Office]]></category>
		<category><![CDATA[PIAs]]></category>

		<guid isPermaLink="false">/creating-addins-blog/?p=13</guid>
		<description><![CDATA[Office Primary Interop Assemblies. The official opinion of Microsoft. Is it possible to create an add-in with PIAs for all Office versions?]]></description>
		<wfw:commentRss>http://www.add-in-express.com/creating-addins-blog/2006/03/01/a-bit-about-microsoft-office-pias/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

