Posts Tagged ‘task panes’

Add-in Express vs. VSTO: Custom Office task panes

A task pane is a dockable window which was first introduced in Microsoft Office XP. It provided a new and convenient way for users to gather information and access common features and commands. Chances are that if you’ve used any application in the Microsoft Office suite you would have used a task pane... Read the rest of this entry →

Invoking a COM add-in from an Excel XLL add-in: advanced sample

Really often, when I saw an error returned by an Excel formula, I thought about the poor possibilities that this error-reporting approach – a remnant of bygone concepts – provides for developers. The very first time I thought about showing a custom task pane from a UDF was when Add-in Express allowed showing custom panes in Excel; it was back in 2007... Read the rest of this entry →

Video: Advanced Task Panes – extend the UI of Excel, PowerPoint and Word

People use Microsoft Office for all sorts of tasks in order to get their work done. For example, they use Word to write proposals, they use PowerPoint to create awesome marketing presentations, and then they use Excel to calculate their commissions. But the thing is often users need to leave Office to go and gather information that they need to complete the document... Read the rest of this entry →

Video HowTo: Advanced Word task panes – Top task pane (VB.NET)

The next pane of the Word task panes series that we are going to explore is the Advanced Top Task Pane. We are going to create a new COM add-in that will work in Microsoft Word 2000 - 2010, add a custom task pane and bind it to the top position... Read the rest of this entry →

Video HowTo: Advanced Word task panes – Left task pane (VB.NET)

To continue with a series of short video how-to demonstrating the capabilities of Add-in Express in customizing the Microsoft Office UI, we will explorer the Advanced Word Task Panes... Read the rest of this entry →

Video: Create an Office shared add-in – building advanced task panes and advanced Outlook regions, using advanced controls

I admit it…it's been awhile since we published Part 1. So I don't blame you if gave up hope of ever seeing Part 2. But I'm here to tell you that you have not waited in vain because today we present to you Part 2 of the Create an Office Shared Add-in series... Read the rest of this entry →

How to add a custom header to your Outlook form or task pane: C# and VB.NET

Usual Add-in Express advanced region or task pane can has a header - a multi-functional area above the region that allows the end-user to minimize the region, close it or switch between forms located in the same region... Read the rest of this entry →

Advanced region events: how to know that the user expanded your form?

Hello folks! Through our forums and e-mail, we are frequently asked questions like this by our fellow developers: How do I know that the user expanded my Add-in Express form? In this article, I will cover the events that are raised when the region is expanded and other events that occur when the region's state is changed... Read the rest of this entry →

New designers for region and task pane managers

Version 6.3 of Add-in Express brings with it a number of new features. One of which is the new in-place designers for the following components... Read the rest of this entry →

Windows Presentation Foundation, Office 2010 and Add-in Express 2010

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 ... Read the rest of this entry →

Video: Build and control Advanced Task Panes in Add-in Express 2010

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?... Read the rest of this entry →

Controlling Outlook region’s state and form’s size in Add-in Express 2010

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... Read the rest of this entry →

Video: How to develop Outlook plugin – architecture and programming model

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)... Read the rest of this entry →

Video HowTo: Create advanced task panes in Excel, Word and PowerPoint (Delphi)

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... Read the rest of this entry →

Advanced Office task panes and Office 2010 – first view

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"... Read the rest of this entry →

Video HowTo: Resize Advanced Task Pane programmatically (VB.NET)

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... Read the rest of this entry →

Have any questions? Ask us right now!