Posts Tagged ‘.NET’
If you've switched to Visual Studio 2012, you might have noticed that Microsoft has sneakily removed all Visual Studio Installer project types. Instead of the usual Setup Project, Setup Wizard, CAB Project and Merge Module Project templates, the only option we now have is to use the limited edition of InstallShield....
Read the rest of this entry →
.NET, COM add-ins, Office, Visual Studio, WiX |
8 Comments
Sergey Grischenko | September 21st, 2012
Our recent release of Add-in Express for Internet Explorer has sneaked in without you even noticing. But just like autumn it was inevitable. With all the updates and changes in our market, we want our software to keep up. I will shed some light on the new features we added to the update so that you […]...
Read the rest of this entry →
.NET, IE add-ons, Visual Studio |
No 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
Dmitry Kostochko | July 23rd, 2012
For the last few days we have received quite a lot of questions with one prevailing theme - When are you going to add support for Office 2013? The first one arrived a few hours after Microsoft had published Office 2013 CP and put a smile on our faces: Office 2013 has been out for a few hours and there is no update yet?...
Read the rest of this entry →
.NET, Delphi, Office, Office 2013 |
2 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
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
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