Posts Tagged ‘C#’
Welcome to the second part of the Microsoft Dynamics CRM focused blog series. In part 1, we discussed how to customize the MS Dynamics CRM Outlook Client. In this post we'll continue to use Add-in Express 2010 to further customize the Outlook client and provide our users with an alternate user interface to MS Dynamics CRM...
Read the rest of this entry →
.NET, C#, COM add-ins, Office, Outlook, Visual Studio |
No Comments
Real-time data (RTD) is data that updates on its own schedule. The most common example is stock quotes, warehouse activities and web server loads. In this post, Northwind Traders has requested a sales dashboard in Excel that updates sales figures and targets dynamically by reading order information from their sales database...
Read the rest of this entry →
.NET, C#, Excel, RTD servers, Visual Studio |
No Comments
Dmitry Kostochko | July 2nd, 2010
In order to get a standalone application to communicate with a COM add-in, the application needs to have access to the running host application (Microsoft Excel in our case), get the COMAddins collection, find a needed instance of the add-in there and use reflection to call public methods or retrieve public properties...
Read the rest of this entry →
.NET, C#, COM add-ins, Excel, Object model, VB.NET, Visual Studio |
15 Comments
Smart Tags is a feature in Office by which Word, Excel, PowerPoint and Outlook (if Word is used as the default editor) recognizes certain words and then presents the user with additional actions based on the selected text. It is available in Office 2002 to 2007, it is noticeably absent in Office 2010 as it has been deprecated, meaning that Word, Excel, PowerPoint and Outlook will not automatically recognize words as in the previous versions...
Read the rest of this entry →
.NET, C#, Excel, Office, Outlook, smart tags, Word |
No Comments
Fedor Shihantsov | June 25th, 2010
Here I will tell you how and where you can control the state of the regions where a custom task pane or an Outlook region is located, and also show how you can control the size of those forms...
Read the rest of this entry →
.NET, C#, COM add-ins, Excel, Outlook, Outlook regions, PowerPoint, task panes, Visual Studio, Word |
10 Comments
Sally Peck | June 17th, 2010
The Fast Shutdown feature found in Outlook 2010 represents a new direction for Microsoft Outlook towards Outlook stability and Outlook integrity. From Microsoft Outlook '97 till Microsoft Outlook 2007, system administrators around the world had to deal with Outlook hanging, Outlook Slow closing, corrupted PST (or OST) files and various Outlook Add-ins that hang for no reason...
Read the rest of this entry →
.NET, C#, COM add-ins, Delphi, Object model, Outlook |
No Comments
Let’s take a break from the Northwind Traders application for a while and talk about a new feature available in .Net Framework 4 : NoPIA or Type Embedding. As you all know when we developed Office Add-ins or applications that integrated with the Office suite of products we have to include a reference to the Office PIAs or Primary Interop Assemblies
...
Read the rest of this entry →
.NET, C#, COM add-ins, Office, PIAs, VB.NET, Visual Studio, Word |
8 Comments
Andrei Smolin | May 6th, 2010
The Outlook object model doesn't allow showing the PrintPreview dialog. To show it in all Outlook versions, you need to call the Execute method of a corresponding command bar button. Also, in Outlook 2007 and 2010, you can invoke the corresponding Ribbon command using the ExecuteMso method of the Office.CommandBars class. Let's see how to do this...
Read the rest of this entry →
.NET, C#, COM add-ins, Object model, Office, Outlook, PIAs, Ribbon, Visual Studio |
2 Comments
Andrei Smolin | March 24th, 2010
You know, a pessimist differs from an optimist by his attitude to a glass: the former thinks the glass is half empty, while the latter considers it's half full. When I was contemplating on the circumstances that made me write this post, I worked out another definition...
Read the rest of this entry →
.NET, C#, COM add-ins, Excel, Office, RTD servers, XLL |
2 Comments