‘Add-in Express for Office and .net’ category archive
Andrei Smolin | November 10th, 2017
To test the example described below, download and run the application installing the sample COM add-in. When the add-in is installed, you start Excel 2000 - 2016 and find the add-in in the UI. Leave Excel open and in a couple of minutes, you'll get a notification suggesting installing an update...
Read the rest of this entry →
.NET, COM add-ins, Deployment, Office |
8 Comments
Dmitry Kostochko | March 16th, 2017
A couple of days ago, we published a new minor version of Add-in Express for Office and .NET that fully supports the newly released Visual Studio 2017. Now you can use any version of VS 2010 to VS 2017 to quickly create world-class extensions for all Microsoft Office versions and applications from prototype to final release...
Read the rest of this entry →
COM add-ins, Visual Studio |
No Comments
Andrei Smolin | February 2nd, 2017
Let's start with the conclusion: you can deeply customize the UI and behavior of the MSI installer of your Add-in Express based Office extension using a ClickTwice custom action. To see how this works, build the project below, install the add-in by starting the MSI installer, and have a closer look at that installer's UI...
Read the rest of this entry →
.NET, C#, COM add-ins, Deployment |
2 Comments
Starting with version 8.2, Add-in Express began to open its internal infrastructure, which allows developers to customize some areas of advanced Excel, Word and PowerPoint task panes and Outlook regions. In the new release, it becomes possible to customize the header together with its controls as well as splitter and border. You can also modify the appearance of a minimized region, control the header visibility, change padding, get HitTest info and more...
Read the rest of this entry →
Excel, Outlook, Outlook regions, task panes |
20 Comments
The Office 2016 release is upon us and it is time we start having a closer look at the new features and changes in Outlook as well as what new extensibility the new Office 2016 platform offers to Outlook developers...
Read the rest of this entry →
COM add-ins |
11 Comments
Today, we'll investigate how to retrieve data such as contacts, calendar entries and e-mails from Exchange. We'll create a simple Excel add-in, using our favourite Office development toolset, Add-in Express for Office and .net, which will import Exchange e-mails, contacts and calendar events into the active Excel workbook...
Read the rest of this entry →
Apps for Office, COM add-ins, Excel, Office 365 |
2 Comments
Andrei Smolin | April 15th, 2015
The blog is about an add-in (with the source code) that adds a button to all context menus of Excel, Outlook, PowerPoint, Project, Publisher, Visio and Word in Office 2010-2013. The button shows the name of the context menu....
Read the rest of this entry →
.NET, C#, COM add-ins, Excel, Outlook, PowerPoint, Project, Ribbon, Visio, Word |
19 Comments
Office add-in security and certificates has always been somewhat of a daunting task. In today's article we'll first investigate code-signing certificates and why they are used. We'll then take a closer look at the Office Trust Center function and settings...
Read the rest of this entry →
COM add-ins, Office |
1 Comment