Posts Tagged ‘.NET’
In this article we'll have a look at how you, as a VSTO developer, can get started developing add-ins for Excel using Add-in Express and Visual Studio 2012....
Read the rest of this entry →
.NET, COM add-ins, Excel, Office 2013, Ribbon, RTD servers, Visual Studio, VSTO, XLL |
No Comments
Eugene Starostin | March 22nd, 2013
In my yesterday's article I started to muse on Excel's Range Selection and what can be considered good practices for Excel add-in developers. Well, there are some other good manners for the Range Selection. And if you have a closer look at the user interface of Microsoft Excel itself and some popular Excel add-ins, you will find out pretty convenient behavior of the Range Selection functionality like follows below...
Read the rest of this entry →
.NET, COM add-ins, Excel, Office 2013 |
No Comments
Eugene Starostin | March 21st, 2013
Having been fully absorbed in developing our frameworks for a while, I lost any connection with the other part of our business - ablebits.com. Doh, I shouldn't have allowed this to happen. I clearly realized that on last Saturday evening when, to the wailing of snow storm Xavier raging across this country, I installed the latest version of the Excel Ultimate Suite on my laptop...
Read the rest of this entry →
.NET, COM add-ins, Excel, Office 2013 |
No Comments
Ty Anderson | January 17th, 2013
In this article, I want to show you how can create single Microsoft Office 2013 and 2010 ribbon and share it with Excel, PowerPoint, and Word. This scenario is one of many where Add-in Express shines. Using the Add-in Express framework, you can easily build a shared ribbon in a matter of minutes. Best of all, you can also quickly configure your controls to display (or not to display) in the Office host applications your add-in targets...
Read the rest of this entry →
.NET, COM add-ins, Excel, Office, Office 2013, PowerPoint, Ribbon, Word |
No Comments
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
Ty Anderson | October 22nd, 2012
It looks like Microsoft is going to go ahead and release Office 2013 sooner rather than later. I suppose you can argue they already have with the recent pre-ordering of Windows Surface (which comes with Office 2013 RT). Whether or not you consider Office 2013 RT to really be Office is up to you. It can be your opinion
...
Read the rest of this entry →
.NET, COM add-ins, Office 2013, Outlook |
6 Comments