Posts Tagged ‘Visual Studio’

Building a Real Time Data for Excel: How RTD servers work, part 3

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 →

Announcing two new “Power Toys” for Outlook

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 →

Building a Real Time Data server for Excel: Avoiding VSTO, part 2

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 →

Advanced region events: how to know that the user expanded your form?

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 →

Video: Outlook context sensitivity

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 →

How to highlight Outlook forms programmatically

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 →

Video: Outlook 2010 Solution Modules

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 →

100% version neutrality for your Office extensions

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 →

New designers for region and task pane managers

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 →

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

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 →

Outlook context sensitivity: show custom UI for certain folders and items types

Add-in Express makes it possible to display your custom UI elements based on various Outlook components. Elements such as toolbars, toolbar controls, ribbon tabs, ribbon tab controls or Advanced Form Regions can be hidden or displayed based on what the user is doing in Outlook at any given moment... Read the rest of this entry →

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

Today we are going to look into the capabilities of one of the most interesting Outlook regions - FolderView region. This region extends the standard outlook SuperGrid by adding a possibility to switch between the SuperGrid and our custom region... Read the rest of this entry →

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

It seems we have taken great efforts to customize the Outlook SuperGrid to our liking. By watching our previous videos you can learn how to build your forms on the bottom, top and right of the SuperGrid... Read the rest of this entry →

We have new hangouts on the web. Drop in and win!

Twitter this, Twitter that. Facebook blah blah blah. YouTube Shmootube. Yes, social media is nearly ubiquitous these days. You just can’t escape it. So we all might as well get comfortable, scope out and develop our virtual lots and get to know the neighbourhood... Read the rest of this entry →

Advanced Outlook form regions: customize an e-mail form

Today, I would like to show you how to add extra functionality to the Outlook Inspector objects using advanced regions and Add-in Express 2010. Start by creating a new ADX COM Add-in project in Visual Studio 2010.... Read the rest of this entry →

Video: Add-in Express deployment models – ClickOnce and ClickTwice :)

A good speech requires a good ending. The same is true for software. You invest a significant amount of time building a software solution so don’t mess it up when it comes to your deployment. Add-in Express provides two methods for deploying your addins: ClickOnce and ClickTwice. This video does three things for you... Read the rest of this entry →

Have any questions? Ask us right now!