Posts Tagged ‘COM add-ins’
If you've read my last article, you would've seen I mentioned that Outlook 2013 has become a lot stricter when checking add-in performance for such metrics as add-in start-up, shutdown, item open and folder switching. If you do have a few misbehaving plug-ins, you might also have seen this new information bar when starting Outlook 2013 "A problem was detected with an add-in and it has been disabled"
...
Read the rest of this entry →
COM add-ins, Office 2013, Outlook |
22 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
If you've been following any IT related news lately you would've noticed that Microsoft has a number of new products and ideas up their sleeves. Last week we've seen their tablet offering, Microsoft Surface, announced. Windows 8 is close to release as well as Visual Studio 2012 and Office 2013 will be released in 2013...
Read the rest of this entry →
COM add-ins, Excel, Office, Outlook |
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
Ty Anderson | June 4th, 2012
Excel is a popular target application for Office COM Add-ins and Add-in Express has the tools to empower you, the Excel add-in developer. In this relatively short video, we show you how our tools provide components and visual designers to help you quickly...
Read the rest of this entry →
COM add-ins, Excel |
2 Comments
Every now and again, Eugene comes up with a certain challenge and asks me whether I would like to give it a go. In most of these cases it does involve a lot of trial and error and even more head scratching : ) The one challenge I'll describe in todays' article involves creating an Outlook folder view and applying it to two or more folders...
Read the rest of this entry →
COM add-ins, Outlook |
No Comments
When creating Outlook add-ins I used to always use the Add-in Express Web view when I wanted to display my own data in the folder view. Until recently, when I realized that Outlook does expose a lot of properties that make it easy to display your custom data using the built-in Outlook types as well as Outlook views...
Read the rest of this entry →
.NET, C#, COM add-ins, Outlook |
13 Comments