Posts Tagged ‘Visual Studio’
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
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
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
Ty Anderson | May 26th, 2010
The 2010 version of Add-in Express for Office and .NET will be released soon. As you might expect, the upcoming release will support the significant new features included with Office 2010 while also supporting previous versions of Office (all the way back to Office 2000)...
Read the rest of this entry →
.NET, COM add-ins, Deployment, Office, Outlook, Ribbon, task panes, VB.NET, Visual Studio |
No Comments
Firstly, let me introduce myself, I’m Pieter van der Westhuizen, a recent addition to the Add-in Express team and I will be your host on a series of blog posts covering various aspects of the Add-in Express product range. As a keen user of the Add-in Express tools, this is an ideal opportunity to share my knowledge and experience with like-minded users...
Read the rest of this entry →
.NET, COM add-ins, Delphi, Office, Outlook, Ribbon, Visual Studio |
3 Comments