‘HowTo samples’ category archive
Eugene Astafiev | October 19th, 2012
After Microsoft published the Preview version of Office 2013 we started to receive lots of questions regarding built-in ribbon control IDs. Developers wanted to support the new Microsoft Office version but couldn't find the required information on MSDN. ...
Read the rest of this entry →
|
4 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 |
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 |
12 Comments
In today's post I'll show you how to write another integration to Dynamics CRM, only this time it is using Add-in Express for Internet Explorer and .net. We will write an add-on for Internet Explorer which will show the selected contact in Dynamics CRM's orders on an IE bar...
Read the rest of this entry →
.NET, C#, IE add-ons |
No Comments