Posts Tagged ‘C#’
The Microsoft Outlook Rules is a very powerful feature that can sometimes get lost amongst the myriad other features and abilities of Outlook. Many Outlook programmers do not realise that Microsoft introduced a new rules object model in Outlook 2007 allowing developers to harness the power of Outlook rules...
Read the rest of this entry →
.NET, C#, COM add-ins, Outlook, Visual Studio |
18 Comments
Years ago I found this article by Helmut Obertanner on CodeProject. In this article Helmut explains how you can replace the built-in Outlook Address book dialog with your own form. I was amazed and intrigued! This approach is a great way to provide your users with a custom address form that is able to retrieve contact address information from literally any source e.g. CRM or customer database...
Read the rest of this entry →
.NET, C#, COM add-ins, Outlook |
No Comments
Before we have a look at the sample project, let's first examine the scenario for when you might want to consider using this approach. In the case of the Ultimate Suite for Excel, loading was a crucial factor, by following this approach the team effectively reduced the loading time by nearly 60%, because only one assembly needs to be loaded instead of 20+ separate ones
...
Read the rest of this entry →
.NET, C#, COM add-ins, Excel |
14 Comments
When creating a new Office extension with Add-in Express for Office and .net you have the option to design your entire add-in user interface using our visual designers, by simply dropping the various components on the design surface of the AddinModule. This is fine for most Office add-ins especially when you do not require a […]...
Read the rest of this entry →
.NET, C#, COM add-ins, Office, Outlook |
12 Comments
In the last two articles, I've shown you how to create a WiX installer for Add-in Express based add-ons from scratch and how to convert your existing setup projects to WiX. In this blog, I'll show you how to create a WiX installer for Visual Studio Tools for Office (VSTO) based Office add-in projects...
Read the rest of this entry →
.NET, C#, COM add-ins, Excel, VSTO, WiX |
37 Comments
Dmitry Kostochko | August 22nd, 2012
Right-click menus of Microsoft Office applications are a very convenient option for the end-user to interact with the host application. And for us, COM add-in developers, creating a custom menu for our users could be just a piece of cake...
Read the rest of this entry →
.NET, C#, COM add-ins, CommandBars, Excel, Office 2013, Ribbon, Visual Studio |
2 Comments
Microsoft PowerPoint is a long-time member of the Microsoft Office family of products, and you've probably seen a fair share of PowerPoint presentations. Although PowerPoint has been part of Microsoft Office since 1990, we've never really written any articles on writing add-ins for it using Add-in Express...
Read the rest of this entry →
C#, PowerPoint |
5 Comments
Internet Explorer (IE) 10 is the next version of Internet Explorer from Microsoft. On Windows 8 you will have two different flavours of user interfaces; one is the traditional desktop browser application and the other a new Metro app...
Read the rest of this entry →
.NET, C#, IE add-ons |
No Comments
Eugene Astafiev | June 14th, 2012
Today I want to show you one of the new features Outlook 2010 brought to programmers. Now Outlook allows setting custom icons the Navigation pane folders. The Outlook Object Model provides a special method for this task – SetCustomIcon. So, let's start our journey into the Outlook programming world ...
Read the rest of this entry →
.NET, C#, COM add-ins, Object model, Office, Outlook, VB.NET, Visual Studio, VSTO |
14 Comments