Renat Tlebaldziyeu | February 22nd, 2011
This is part 3 of the deployment series that provides step-by-step instructions for deploying your per-machine Office extensions via an MSI installer. I recommend that you start with reading Part 1 that gives a brief overview of all deployment technologies...
Read the rest of this entry →
.NET, Deployment, Office, Visual Studio |
2 Comments
Renat Tlebaldziyeu | February 22nd, 2011
This is part 2 of the series that covers all possible ways of deploying Add-in Express based Office extensions. Part 1 provided a brief overview of the available deployment technologies and now we are going to have a close look into deploying per-user Office extensions via an MSI installer...
Read the rest of this entry →
.NET, Deployment, Office, Visual Studio |
6 Comments
Renat Tlebaldziyeu | February 22nd, 2011
The table below gives an overview of the main features supported by the above mentioned technologies that you can use for deploying your Add-in Express based Office extensions...
Read the rest of this entry →
.NET, Deployment, Office, Visual Studio |
No Comments
Dmitry Kostochko | February 18th, 2011
In the last video of the Reading Pane customization series we are going to show you how to replace the entire Reading Pane with our custom region. The ReadingPane advanced region is a special region type...
Read the rest of this entry →
.NET, COM add-ins, Outlook, Outlook regions, VB.NET, Visual Studio |
No Comments
Dmitry Kostochko | February 11th, 2011
This is one more example of the Outlook Reading Pane customization, and today we will cover the BottomReadingPane region. In this video we are going to create a new advanced region and locate it beneath the Outlook Reading Pane...
Read the rest of this entry →
.NET, COM add-ins, Outlook, Outlook regions, VB.NET, Visual Studio |
No Comments
Ty Anderson | February 7th, 2011
I admit it…it's been awhile since we published Part 1. So I don't blame you if gave up hope of ever seeing Part 2. But I'm here to tell you that you have not waited in vain because today we present to you Part 2 of the Create an Office Shared Add-in series...
Read the rest of this entry →
.NET, COM add-ins, Excel, Office, Outlook, Outlook regions, PowerPoint, task panes, Word |
4 Comments
Dmitry Kostochko | February 4th, 2011
As you can guess from the title of this post, today it is the turn for the RightReadingPane region. In this video HowTo sample, we are going to create a new region residing to the right of the Outlook Reading Pane, and we'll add just a little code there...
Read the rest of this entry →
.NET, COM add-ins, Outlook, Outlook regions, VB.NET, Visual Studio |
No Comments
Dmitry Kostochko | January 28th, 2011
This is yet another sample of the Outlook Reading Pane customizations, in which we look into the capabilities of the TopReadingPane region...
Read the rest of this entry →
.NET, COM add-ins, Outlook, Outlook regions, VB.NET, Visual Studio |
No Comments
Maurice Calvert | January 27th, 2011
Hoping again for re-use, I created a little utility library which contains some general-purpose functions that you may find useful...
Read the rest of this entry →
.NET, C#, Excel, RTD servers, VB.NET, Visual Studio |
1 Comment
Maurice Calvert | January 26th, 2011
By default, Excel won't call RefreshData more often than every 2 seconds (the Throttle Interval). For financial data that's arriving fast and furiously, this is reasonable, but for GeodesiX it makes the interface seem rather slow...
Read the rest of this entry →
.NET, C#, Excel, RTD servers, VB.NET, Visual Studio |
No Comments
Maurice Calvert | January 25th, 2011
In part 2: Avoiding VSTO, I lauded Add-in Express for having such an easy interface to create a Steup Project. I stand by what I said, but GeodesiX goes a fair bit further than just implementing a few Excel UDFs. The problem that have to address is...
Read the rest of this entry →
.NET, C#, Deployment, Excel, RTD servers, VB.NET, Visual Studio |
1 Comment
Maurice Calvert | January 24th, 2011
Another short subject, but worthy of a few remarks. The GoogleMaps taskpane is implemented in a separate project, hopefully re-usable. The task pane is created in Geodesix.AddinModule #27#, which also contains the event handlers
...
Read the rest of this entry →
.NET, C#, Excel, RTD servers, VB.NET, Visual Studio |
No Comments
Dmitry Kostochko | January 21st, 2011
After a short break, let's go on with the serious of our small HowTo samples. Now it's time to look into different ways of customizing the Outlook Reading Pane...
Read the rest of this entry →
.NET, COM add-ins, Outlook, Outlook regions, VB.NET, Visual Studio |
No Comments
Maurice Calvert | January 21st, 2011
This is a short but important subject (assuming you're using Addin Express for Office and .net). There are 3 types of Add-in Express module used in Geodesix
...
Read the rest of this entry →
.NET, C#, Excel, RTD servers, VB.NET, Visual Studio |
1 Comment
Maurice Calvert | January 20th, 2011
This subject is already extremely well documented here, so I'll just point you to the relevant code. The call to GoogleMaps is at #7# in Geodesic.Resolve.Resolve...
Read the rest of this entry →
.NET, C#, Excel, RTD servers, VB.NET, Visual Studio |
No Comments
Maurice Calvert | January 19th, 2011
Geeks like us have no qualms about typing =RTD("Geodesix.RTD",,"geocode","status","Tokyo") in an Excel cell to get a value. Normal people find this a bit clumsy, and it would be nice to humour them. Excel provides a way to this quite simply
...
Read the rest of this entry →
.NET, C#, COM add-ins, Excel, RTD servers, VB.NET, Visual Studio |
No Comments