Posts Tagged ‘.NET’

Deploying per-user Office extensions via Group Policy

This is part 6 of the deployment series that targets corporate deployment techniques and provides step-by-step instructions for deploying your per-machine Office extensions via Group Policy. I recommend that you start with reading Part 1 that gives a brief overview of all deployment technologies... Read the rest of this entry →

Video HowTo: Outlook Explorer regions – DockLeft region (VB.NET)

With a little regret I proceed to the final part of the video how-to series covering Outlook explorer regions. We have just 4 more explorer regions to look into - DockLeft, DockTop, DockRight and DockBottom... Read the rest of this entry →

Redeploying per-user Office extensions via ClickOnce

This is part 5 of the series of articles which describes all possible ways of deploying your Office extensions based on Add-in Express. I recommend you starting from the very beginning: Step-by-step deployment of Office extensions... Read the rest of this entry →

Deploying per-user Office extensions via ClickOnce

In part 4 of the deployment series I will show you how to deploy your per-user Office extension using ClickOnce. Before we proceed, I recommend that you read Part 1 for a brief overview of all deployment technologies... Read the rest of this entry →

Deploying per-machine Office extensions via an MSI installer

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 →

Deploying per-user Office extensions via an MSI installer

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 →

Deploying Office extensions – step-by-step guide

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 →

Video HowTo: Outlook Explorer regions – ReadingPane region (VB.NET)

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 →

Video HowTo: Outlook Explorer regions – BottomReadingPane region (VB.NET)

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 →

Video: Create an Office shared add-in – building advanced task panes and advanced Outlook regions, using advanced controls

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 →

Video HowTo: Outlook Explorer regions – RightReadingPane region (VB.NET)

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 →

Video HowTo: Outlook Explorer regions – TopReadingPane region (VB.NET)

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 →

Building a Real-Time Data server: Utility functions; building help, part 12

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 →

Building a Real Time Data server: Changing the Excel RTD Throttle Interval, part 11

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 →

Building a Real Time Data server for Excel: Creating the Setup project, part 10

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 →

Building a Real Time Data server: Embedding a GoogleMap page in an Excel Task Pane, part 9

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 →

Have any questions? Ask us right now!