Maurice Calvert | January 18th, 2011
Excel's muilti-threading is a strange beast. As we saw in part 4: Building a Real Time Data for Excel: Architecture, Excel calls happily but won't receive unsolicited calls. This is perfectly reasonable once you understand the Windows message pump, if the UI thread is waiting on a Dialog box, it can't accept other work...
Read the rest of this entry →
.NET, C#, Excel, RTD servers, VB.NET, Visual Studio |
3 Comments
Dmitry Kostochko | January 17th, 2011
Usual Add-in Express advanced region or task pane can has a header - a multi-functional area above the region that allows the end-user to minimize the region, close it or switch between forms located in the same region...
Read the rest of this entry →
.NET, C#, COM add-ins, Office, Outlook, Outlook regions, task panes, VB.NET, Visual Studio |
No Comments
Maurice Calvert | January 17th, 2011
This is part 4 of the tutorial that describes the techniques necessary to build an Excel RTD server. If you have just come to this page, I suggest you read all parts in order, here is Building a Real Time Data for Excel, part 1. Putting together an RTD server is not particularly difficult… once you […]...
Read the rest of this entry →
.NET, C#, Excel, RTD servers, VB.NET, Visual Studio |
No Comments
Maurice Calvert | January 14th, 2011
There are plenty of articles on Excel RTD programming, but I've yet to see one that correctly addresses the issues of multi-tasking. All the examples rely on a toy timer-driven application, which is not how real-world applications work
...
Read the rest of this entry →
.NET, C#, Excel, RTD servers, VB.NET, Visual Studio |
No Comments
Eric Legault | January 13th, 2011
While our Add-in Express Toys illustrate how to use our framework to build add-ins in general (the current samples are for Outlook, Excel, Word and Internet Explorer), our new super-premium high-octane (but still FREE!) Add-in Express Power Toys go one step further by adding missing functionality to our favourite Office applications!...
Read the rest of this entry →
.NET, C#, COM add-ins, Outlook, Outlook regions, VB.NET, Visual Studio |
No Comments
Maurice Calvert | January 13th, 2011
When I first started programming addins for MS Office, I took the obvious road of installing Visual Studio Tools for Office (VSTO). It all seemed rather easy and I had a toy excel addin completed in the first evening. My enthusiasm was quickly doused when I tried to deploy the addin. ...
Read the rest of this entry →
.NET, C#, Excel, RTD servers, VB.NET, Visual Studio, VSTO |
3 Comments
Maurice Calvert | January 12th, 2011
In my series of posts I will describes the techniques necessary to build a Real Time Data (RTD) server for Microsoft Excel. It is based on what I learned whilst coding GeodesiX, an Excel addin that uses the GoogleMaps APIs to provide Excel formulas to fulfil these functions
...
Read the rest of this entry →
.NET, Excel, RTD servers, VB.NET |
No Comments
Fedor Shihantsov | January 11th, 2011
Hello folks! Through our forums and e-mail, we are frequently asked questions like this by our fellow developers: How do I know that the user expanded my Add-in Express form? In this article, I will cover the events that are raised when the region is expanded and other events that occur when the region's state is changed...
Read the rest of this entry →
.NET, C#, COM add-ins, Excel, Outlook, Outlook regions, PowerPoint, task panes, VB.NET, Visual Studio, Word |
No Comments
Ty Anderson | December 23rd, 2010
A couple of weeks ago, Pieter wrote a great post that explains how to use context sensitivity when customizing the Outlook user interface. Context sensitivity allows you to dynamically change the user interface depending upon what the user is doing within Outlook...
Read the rest of this entry →
.NET, C#, COM add-ins, Office, Outlook, VB.NET, Visual Studio |
No Comments
Version 6.3 of Add-in Express for Office and .net provides us with a new method to highlight form regions in Microsoft Outlook. Let's test the new method by creating a new Visual Studio 2010 ADX COM Add-in project...
Read the rest of this entry →
.NET, C#, COM add-ins, Outlook, Outlook regions, Visual Studio |
No Comments
Ty Anderson | December 13th, 2010
In Office 2010, Microsoft introduced the Outlook solutions module to give us developers the capability to create custom modules for Outlook. What's a custom module? It's an Outlook add-in that...
Read the rest of this entry →
.NET, C#, COM add-ins, Outlook, VB.NET, Visual Studio |
No Comments
Finally, when you completed your add-in, there is no need to build separate setup programs for different versions of Office. Generating a setup program is as simple as right-clicking your project in the Visual Studio Solution Explorer and selecting Create Setup Project from the context menu...
Read the rest of this entry →
.NET, C#, COM add-ins, CommandBars, Excel, Office, Outlook, PowerPoint, Ribbon, VB.NET, Visual Studio, Word |
2 Comments
What we as developers often leave as an afterthought or the very last task on our list when developing applications, is the deployment and installation of our products. In our enthusiasm to "get the product out of the door" we forget that...
Read the rest of this entry →
.NET, COM add-ins, Deployment, Office |
2 Comments
Version 6.3 of Add-in Express brings with it a number of new features. One of which is the new in-place designers for the following components...
Read the rest of this entry →
.NET, C#, COM add-ins, Outlook, Outlook regions, task panes, VB.NET, Visual Studio |
No Comments
Dmitry Kostochko | December 2nd, 2010
The next region that we will tackle in this series of HowTo videos is the WebView region. This region completely replaces the standard Outlook SuperGrid for specified folders...
Read the rest of this entry →
.NET, COM add-ins, Outlook, Outlook regions, VB.NET, Visual Studio |
No Comments
Eric Legault | December 1st, 2010
Well look at that – the holiday season is upon us once again! Now if there was only some way we could use Outlook to better prepare for our Christmas shopping, events and general planning… How about a handy add-in? Sure, why not! Take a look at our Outlook Christmas Day Countdown Add-in: Nestled nicely […]...
Read the rest of this entry →
COM add-ins, Outlook, Outlook regions |
20 Comments