<?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>OfficeDeveloper.NET&#187; Bar Displays</title>
	<atom:link href="http://officedeveloper.net/tag/bar-displays/feed/" rel="self" type="application/rss+xml" />
	<link>http://officedeveloper.net</link>
	<description></description>
	<lastBuildDate>Sat, 12 May 2012 09:40:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Build a Collapsible Task Pane in Outlook &#8211; Part 2</title>
		<link>http://officedeveloper.net/2009/09/28/build-a-collapsibl-like-task-pane-in-outlook-part-2/</link>
		<comments>http://officedeveloper.net/2009/09/28/build-a-collapsibl-like-task-pane-in-outlook-part-2/#comments</comments>
		<pubDate>Mon, 28 Sep 2009 17:02:52 +0000</pubDate>
		<dc:creator>Ty Anderson</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Office 2007]]></category>
		<category><![CDATA[Office Development]]></category>
		<category><![CDATA[Outlook]]></category>
		<category><![CDATA[Samples]]></category>
		<category><![CDATA[Bar Displays]]></category>
		<category><![CDATA[Chevrons]]></category>
		<category><![CDATA[Collapse]]></category>
		<category><![CDATA[Collapsed State]]></category>
		<category><![CDATA[Development Effort]]></category>
		<category><![CDATA[Direction]]></category>
		<category><![CDATA[Explorer Windows]]></category>
		<category><![CDATA[express]]></category>
		<category><![CDATA[Functionality]]></category>
		<category><![CDATA[Image]]></category>
		<category><![CDATA[Instances]]></category>
		<category><![CDATA[Issue 1]]></category>
		<category><![CDATA[Mail]]></category>
		<category><![CDATA[Msdn]]></category>
		<category><![CDATA[Outlook Explorer]]></category>
		<category><![CDATA[Panes]]></category>
		<category><![CDATA[Preview Window]]></category>
		<category><![CDATA[Task Bar]]></category>
		<category><![CDATA[Time Saver]]></category>
		<category><![CDATA[Tool]]></category>
		<category><![CDATA[Vertical Bar]]></category>
		<category><![CDATA[xobni]]></category>

		<guid isPermaLink="false">http://officedeveloper.net/build-a-xobni-like-task-pane-in-outlook-part-2/</guid>
		<description><![CDATA[In part 1 of this series I gave a (brief) overview of the Outlook Task Pane and provided a couple of links to articles on MSDN that explain how to build one. Recap – 2 Problems with Task Panes within Outlook Building a task pane and displaying it within Outlook is easy but as I [...]]]></description>
			<content:encoded><![CDATA[<p>In part 1 of this series I gave a (brief) overview of the Outlook Task Pane and provided a couple of links to articles on MSDN that explain how to build one.</p>
<h3>Recap – 2 Problems with Task Panes within Outlook</h3>
<p>Building a task pane and displaying it within Outlook is easy but as I mentioned in Part 1, there are a couple of problems:</p>
<ol>
<li>Managing the multiple Task Pane instances, attaching to the Explorer and Inspector windows, and destroying each task pane when its Explorer or Inspector windows closes can be a pain. </li>
<li>The task pane you build does not come with an “collapse” button. You know, the button with a couple of chevrons pointing in the direction it will collapse? You have to add this functionality yourself. It can be done but there are easier methods.</li>
</ol>
<p>This brings me back to the point of this series, <a href="http://www.add-in-express.com/" target="_blank">Add-In-Express 2009</a> (ADX). This tool takes care of Issue #1 and. Issue #2. Yes, ADX costs a few bucks but it’s a time-saver and it reduces development effort. Either one of those is typically reason enough for me to purchase a tool (especially if the client is paying for it).</p>
<h3>Quick Overview of the Design for the Collapsible Task Pane</h3>
<p>By collapsible, I mean it can be &quot;minimized&quot; so that it resembles the collapsed state of the ToDo Bar. The task pane  has a “collapse” button and resides between the mail preview window and the ToDO bar within Outlook Explorer windows.</p>
<p>Here is the design for the sample add-in I will build in Part 3:</p>
<p><a href="http://officedeveloper.net/wp-content/uploads/2009/09/Outlook_open2.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="Outlook_open" border="0" alt="Outlook_open" src="http://officedeveloper.net/wp-content/uploads/2009/09/Outlook_open_thumb1.png" width="386" height="278" /></a> </p>
<p>The task pane displays exactly where it should. You can see the collapse button on the upper right-hand corner of the task pane. When the user clicks that button, they will see something like this image:</p>
<p><a href="http://officedeveloper.net/wp-content/uploads/2009/09/Outlookcollapsed1.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="Outlook-collapsed" border="0" alt="Outlook-collapsed" src="http://officedeveloper.net/wp-content/uploads/2009/09/Outlookcollapsed_thumb1.png" width="390" height="281" /></a> </p>
<p>In this collapsed-state, only a vertical bar displays with an “expand” button. Clicking the expand button will return the task pane to its open state.</p>
<h3>Preview of Part 3</h3>
</p>
<p>Next-up, I’ll dig into the code and actually build the add-in. Also, I’ll decide on what to display within the task pane besides a lame button. Not to worry, I’ll think of something useful to put there and it will be code you can steal…put to use today.</p>
]]></content:encoded>
			<wfw:commentRss>http://officedeveloper.net/2009/09/28/build-a-collapsibl-like-task-pane-in-outlook-part-2/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

