<?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; task panes</title>
	<atom:link href="http://www.add-in-express.com/creating-addins-blog/tag/task-panes/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>Wed, 28 Jul 2010 16:31:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Windows Presentation Foundation, Office 2010 and Add-in Express 2010</title>
		<link>http://www.add-in-express.com/creating-addins-blog/2010/07/20/windows-presentation-foundation/</link>
		<comments>http://www.add-in-express.com/creating-addins-blog/2010/07/20/windows-presentation-foundation/#comments</comments>
		<pubDate>Tue, 20 Jul 2010 18:41:36 +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[COM add-ins]]></category>
		<category><![CDATA[Office]]></category>
		<category><![CDATA[Office 2010]]></category>
		<category><![CDATA[Outlook]]></category>
		<category><![CDATA[task panes]]></category>

		<guid isPermaLink="false">http://www.add-in-express.com/creating-addins-blog/?p=2165</guid>
		<description><![CDATA[If you look at the list of known issues for the latest release of Add-in Express 2010, you'll notice a specific issue I myself ran into not so long ago: WebViewPane region cannot be used for folders if their WebViewOn and WebViewUrl properties cannot be set. Possible solution is setting the "Allow Script in shared folders" and "Allow Script in Public Folders" options in the security settings
]]></description>
		<wfw:commentRss>http://www.add-in-express.com/creating-addins-blog/2010/07/20/windows-presentation-foundation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Video HowTo: Build and control Advanced Task Panes in Add-in Express 2010</title>
		<link>http://www.add-in-express.com/creating-addins-blog/2010/07/01/custom-task-panes/</link>
		<comments>http://www.add-in-express.com/creating-addins-blog/2010/07/01/custom-task-panes/#comments</comments>
		<pubDate>Thu, 01 Jul 2010 16:47:44 +0000</pubDate>
		<dc:creator>Ty Anderson</dc:creator>
				<category><![CDATA[Add-in Express 2010]]></category>
		<category><![CDATA[Add-in Express for Office and .net]]></category>
		<category><![CDATA[Video HowTo samples]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[Office]]></category>
		<category><![CDATA[Office 2010]]></category>
		<category><![CDATA[PowerPoint]]></category>
		<category><![CDATA[task panes]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[Word]]></category>

		<guid isPermaLink="false">http://www.add-in-express.com/creating-addins-blog/?p=2088</guid>
		<description><![CDATA[What I really write about today is the topic of Office task panes. Office 2003 calls them action panes. Office 2007 and 2010 call them custom task panes. At Add-in Express , they are known as Advanced Task Panes. What are they?]]></description>
		<wfw:commentRss>http://www.add-in-express.com/creating-addins-blog/2010/07/01/custom-task-panes/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Controlling Outlook region&#8217;s state and form&#8217;s size in Add-in Express 2010</title>
		<link>http://www.add-in-express.com/creating-addins-blog/2010/06/25/outlook-regions-forms-size-state/</link>
		<comments>http://www.add-in-express.com/creating-addins-blog/2010/06/25/outlook-regions-forms-size-state/#comments</comments>
		<pubDate>Fri, 25 Jun 2010 10:50:36 +0000</pubDate>
		<dc:creator>Fedor Shihantsov</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[Excel]]></category>
		<category><![CDATA[Office 2010]]></category>
		<category><![CDATA[Outlook]]></category>
		<category><![CDATA[Outlook regions]]></category>
		<category><![CDATA[PowerPoint]]></category>
		<category><![CDATA[task panes]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[Word]]></category>

		<guid isPermaLink="false">http://www.add-in-express.com/creating-addins-blog/?p=1794</guid>
		<description><![CDATA[Here I will tell you how and where you can control the state of the regions where a custom task pane or an Outlook region is located, and also show how you can control the size of those forms]]></description>
		<wfw:commentRss>http://www.add-in-express.com/creating-addins-blog/2010/06/25/outlook-regions-forms-size-state/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Video HowTo: Add-in Express 2010 for Office architecture and programming model (for Outlook developers)</title>
		<link>http://www.add-in-express.com/creating-addins-blog/2010/05/26/outlook2010-addin-video/</link>
		<comments>http://www.add-in-express.com/creating-addins-blog/2010/05/26/outlook2010-addin-video/#comments</comments>
		<pubDate>Wed, 26 May 2010 14:47:33 +0000</pubDate>
		<dc:creator>Ty Anderson</dc:creator>
				<category><![CDATA[Add-in Express 2010]]></category>
		<category><![CDATA[Add-in Express for Office and .net]]></category>
		<category><![CDATA[Video HowTo samples]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[COM add-ins]]></category>
		<category><![CDATA[Deployment]]></category>
		<category><![CDATA[Office]]></category>
		<category><![CDATA[Office 2010]]></category>
		<category><![CDATA[Outlook]]></category>
		<category><![CDATA[Ribbon]]></category>
		<category><![CDATA[task panes]]></category>
		<category><![CDATA[VB.NET]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://www.add-in-express.com/creating-addins-blog/?p=1764</guid>
		<description><![CDATA[The 2010 version of Add-in Express for Office and .NET will be released soon. As you might expect, the upcoming release will support the significant new features included with Office 2010 while also supporting previous versions of Office (all the way back to Office 2000)]]></description>
		<wfw:commentRss>http://www.add-in-express.com/creating-addins-blog/2010/05/26/outlook2010-addin-video/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Video HowTo: Create advanced task panes in Excel, Word and PowerPoint (Delphi)</title>
		<link>http://www.add-in-express.com/creating-addins-blog/2010/05/14/task-panes-delphi-video-howto/</link>
		<comments>http://www.add-in-express.com/creating-addins-blog/2010/05/14/task-panes-delphi-video-howto/#comments</comments>
		<pubDate>Fri, 14 May 2010 12:50:33 +0000</pubDate>
		<dc:creator>Dmitry Kostochko</dc:creator>
				<category><![CDATA[Add-in Express for Office and VCL]]></category>
		<category><![CDATA[Video HowTo samples]]></category>
		<category><![CDATA[Delphi]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[Office]]></category>
		<category><![CDATA[PowerPoint]]></category>
		<category><![CDATA[task panes]]></category>
		<category><![CDATA[Word]]></category>

		<guid isPermaLink="false">http://www.add-in-express.com/creating-addins-blog/?p=1693</guid>
		<description><![CDATA[As you probably know Add-in Express for Office and VCL allows creating advanced task panes for MS Excel, Word and PowerPoint 2000-2010. Today we'll develop a single add-in project that supports Excel, Word and PowerPoint]]></description>
		<wfw:commentRss>http://www.add-in-express.com/creating-addins-blog/2010/05/14/task-panes-delphi-video-howto/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Advanced Office task panes and Office 2010 &#8211; first view</title>
		<link>http://www.add-in-express.com/creating-addins-blog/2010/04/22/office-2010-task-panes/</link>
		<comments>http://www.add-in-express.com/creating-addins-blog/2010/04/22/office-2010-task-panes/#comments</comments>
		<pubDate>Thu, 22 Apr 2010 14:05:53 +0000</pubDate>
		<dc:creator>Eugene Starostin</dc:creator>
				<category><![CDATA[Add-in Express 2010]]></category>
		<category><![CDATA[Add-in Express for Office and .net]]></category>
		<category><![CDATA[Add-in Express for Office and VCL]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[Delphi]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[Office]]></category>
		<category><![CDATA[Office 2010]]></category>
		<category><![CDATA[PowerPoint]]></category>
		<category><![CDATA[task panes]]></category>
		<category><![CDATA[Word]]></category>

		<guid isPermaLink="false">http://www.add-in-express.com/creating-addins-blog/?p=1448</guid>
		<description><![CDATA[Advanced Office task panes in Office 2010 have no principle differences from those of any other Office versions, they just work and that's it. That's why this subject is so arid, that I won't get back to it anymore. However, after scrutinizing all the above screenshots, I see that we will definitely ennoble certain "pixels"]]></description>
		<wfw:commentRss>http://www.add-in-express.com/creating-addins-blog/2010/04/22/office-2010-task-panes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Video HowTo: Resize Advanced Task Pane programmatically (VB.NET)</title>
		<link>http://www.add-in-express.com/creating-addins-blog/2010/04/09/task-pane-resize-video-howto/</link>
		<comments>http://www.add-in-express.com/creating-addins-blog/2010/04/09/task-pane-resize-video-howto/#comments</comments>
		<pubDate>Fri, 09 Apr 2010 14:45:29 +0000</pubDate>
		<dc:creator>Dmitry Kostochko</dc:creator>
				<category><![CDATA[Add-in Express for Office and .net]]></category>
		<category><![CDATA[Video HowTo samples]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[COM add-ins]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[Outlook]]></category>
		<category><![CDATA[Outlook regions]]></category>
		<category><![CDATA[PowerPoint]]></category>
		<category><![CDATA[Ribbon]]></category>
		<category><![CDATA[task panes]]></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=1354</guid>
		<description><![CDATA[To resize your custom Office task pane, you need to use the trivial Width and Height properties of the particular instance of your task pane. There is just one important thing - the Splitter property should be set to None]]></description>
		<wfw:commentRss>http://www.add-in-express.com/creating-addins-blog/2010/04/09/task-pane-resize-video-howto/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Video HowTo: ClickOnce installation for Office add-in in minutes (VB.NET)</title>
		<link>http://www.add-in-express.com/creating-addins-blog/2010/03/26/clickonce-installation-video-howto/</link>
		<comments>http://www.add-in-express.com/creating-addins-blog/2010/03/26/clickonce-installation-video-howto/#comments</comments>
		<pubDate>Fri, 26 Mar 2010 13:29:10 +0000</pubDate>
		<dc:creator>Dmitry Kostochko</dc:creator>
				<category><![CDATA[Add-in Express for Office and .net]]></category>
		<category><![CDATA[Video HowTo samples]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[COM add-ins]]></category>
		<category><![CDATA[Deployment]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[Office]]></category>
		<category><![CDATA[task panes]]></category>
		<category><![CDATA[VB.NET]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://www.add-in-express.com/creating-addins-blog/?p=1284</guid>
		<description><![CDATA[This visual sample is purposed mainly for novices in Office development. It demonstrate the facilities of the ClickOnce technology with regard to installation of a simple Excel add-in based on Add-in Express with Advanced Excel Task Panes]]></description>
		<wfw:commentRss>http://www.add-in-express.com/creating-addins-blog/2010/03/26/clickonce-installation-video-howto/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Video HowTo: Create Outlook COM add-in: object model, task panes, events, part 2</title>
		<link>http://www.add-in-express.com/creating-addins-blog/2010/02/01/outlook-task-panes-video-howto/</link>
		<comments>http://www.add-in-express.com/creating-addins-blog/2010/02/01/outlook-task-panes-video-howto/#comments</comments>
		<pubDate>Mon, 01 Feb 2010 16:55:12 +0000</pubDate>
		<dc:creator>Andrei Smolin</dc:creator>
				<category><![CDATA[Add-in Express for Office and .net]]></category>
		<category><![CDATA[Video HowTo samples]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[COM add-ins]]></category>
		<category><![CDATA[Outlook]]></category>
		<category><![CDATA[task panes]]></category>
		<category><![CDATA[VB.NET]]></category>

		<guid isPermaLink="false">http://www.add-in-express.com/creating-addins-blog/?p=1042</guid>
		<description><![CDATA[In the first part of this video sample we showed you how to create a new COM add-in solution and add a new Outlook commandbar. Now we are going to demonstrate how to deal with custom task panes in Outlook]]></description>
		<wfw:commentRss>http://www.add-in-express.com/creating-addins-blog/2010/02/01/outlook-task-panes-video-howto/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Video HowTo: Create an Excel COM add-in in Visual Studio</title>
		<link>http://www.add-in-express.com/creating-addins-blog/2009/12/05/excel-addin-net/</link>
		<comments>http://www.add-in-express.com/creating-addins-blog/2009/12/05/excel-addin-net/#comments</comments>
		<pubDate>Sat, 05 Dec 2009 12:00:33 +0000</pubDate>
		<dc:creator>Dmitry Kostochko</dc:creator>
				<category><![CDATA[Add-in Express for Office and .net]]></category>
		<category><![CDATA[Video HowTo samples]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[COM add-ins]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[Office]]></category>
		<category><![CDATA[Ribbon]]></category>
		<category><![CDATA[task panes]]></category>
		<category><![CDATA[VB.NET]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://www.add-in-express.com/creating-addins-blog/?p=916</guid>
		<description><![CDATA[This sample starts the new series of visual HowTo. We thought it would be a good idea to give you a sort of hands on training with Add-in Express. Today we are going to look at one of the most frequent tasks, creating a COM add-in for Microsoft Office.]]></description>
		<wfw:commentRss>http://www.add-in-express.com/creating-addins-blog/2009/12/05/excel-addin-net/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
