‘Add-in Express for Office and .net’ category archive

Video HowTo: Create Outlook COM add-in: Explorer and Inspector command bars, part 1

This is yet another series of visual HowTo that focus on Outlook COM add-ins. We will start from the very beginning and show you how to customize Outlook command bars and their buttons, Outlook menu and task panes, how to modify the Ribbon UI and handle events of controls... Read the rest of this entry →

Video HowTo: Customize Outlook Explorer toolbars (VB.NET)

In this video we will again be going over possible ways of customization the Outlook Explorer UI with Add-in Express for Office and .NET components. In the first part of the serious we focused on customizing the Outlook Explorer menu. Today we will explorer the capabilities of the ADXOlExplorerCommandBar component that you can use to add your own toolbars and modify existing ones... Read the rest of this entry →

Video HowTo: Customize the Outlook Explorer menu (VB.NET)

Today's sample opens a series of VB.NET HowTo videos in which we will have a close look at the most common ways of customizing the Outlook Explorer UI. Let's start with the Outlook main menu... Read the rest of this entry →

Add-in Express upgrade policy

After we had sent out the newsletter about Generation 2010 of Add-in Express (Add-in Express 2010 for Internet Explorer is the first swallow : -), I received a few questions about our upgrade policy. Well, I will try to formalize this issue here... Read the rest of this entry →

The Old New Year 2010 and Add-in Express 2010 for Internet Explorer

A period of more than 3 centuries when our country was part of Russia brought to our initially West-European culture lots of things habitual for Eurasian culture. Now we celebrate with the same passion Catholic Christmas, New Year, Orthodox Christmas and finally the Old New Year... Read the rest of this entry →

Video HowTo: Develop an RTD Server for Excel 2002 – 2007 in VB.NET

In this short video we will show you how to develop an RTD Server using Add-in Express for Office and .NET. In the next 2 minutes you will get the basic notion of real time data server: how to create it, return a value and see how the RTD server works in Excel... Read the rest of this entry →

Video HowTo: Create a Smart Tag for Excel 2002 – 2007 in VB.NET

After COM add-ins and RTD servers, smart tags are arguably the third most-in-demand extensions in Microsoft Office world. In today's video sample we are going to show you how to develop a smart tag for Microsoft Excel XP, 2003 and Excel 2007... Read the rest of this entry →

Video HowTo: Develop a plug-in for Outlook 2000 – 2010 in VB.NET

Outlook is one of the most in-demand applications of the Microsoft Office Suite. That is why it has always been a featured application for Add-in Express. In this video HowTo sample we will show you how to customize the Outlook GUI in minutes using the Add-in Express components and visual designers... Read the rest of this entry →

Video HowTo: Create an Excel COM add-in in Visual Studio

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

HowTo: Get an attachment size in Outlook 2000 – 2007, part 2

In the previous sample, I showed how to get the PR_ATTACH_SIZE Extended MAPI property that returns the size of an Attachment object. To be more precise, it returns the size of the attached file and the size of some internal info. In most cases that makeweight does not matter at all... Read the rest of this entry →

HowTo: Get an attachment size in Outlook 2000 – 2010, part 1

The new Size property of the Attachment object was introduced in the Outlook 2007 Object Model. There exist at least two methods of getting the attachment size in older Outlook versions... Read the rest of this entry →

HowTo: Drag and drop onto a minimized Outlook Region and Word Task Pane

In one of the previous posts, we examined the possibilities of retrieving properties from Outlook MailItem when dragging this item onto your custom form. Here is that post: How to get properties of an Outlook email item drag-and-dropped onto a .NET form. But what if the Advanced Region is in a Minimized state? In this case the form is hidden and none of the standard events will work... Read the rest of this entry →

HowTo: Use MS Word Object Model to get synonyms and antonyms lists programmatically

In one of my previous HowTo samples I showed you how to use the Microsoft Word Object Model capabilities for spell checking. Today we will look at one more ability of Microsoft Word, namely the capabilities of its dictionary, more specifically synonyms and antonyms. We will need the SynonymInfo object and SynonymList and AntonymList properties... Read the rest of this entry →

HowTo: Avoid limitations of Microsoft Outlook ItemAdd event

The description of the ItemAdd event is laconic and compact - "Occurs when one or more items are added to the specified collection. This event does not run when a large number of items are added to the folder at once." But what is really implied by the words "a large number of items"?... Read the rest of this entry →

HowTo: Convert Exchange-based email address into SMTP email address

It would be true to say "get" rather than "convert". There could be only one right way – to use Extended MAPI. Another method is described in the MSDN article: How to retrieve alternate e-mail addresses by using CDO, but we will not see into this approach, because CDO is optional in Outlook 2003 and is absent completely in Outlook 2007... Read the rest of this entry →

HowTo: Support Office 2007 color schemes in your custom forms and task panes

In Office 2007 there are 3 available color schemes – Black, Blue and Silver. The background of controls in command bars and ribbon tabs is changed by Office automatically. Do you want to try changing the background of your Outlook forms and Excel task panes when the MS Office color scheme is changed?... Read the rest of this entry →

Have any questions? Ask us right now!