Posts Tagged ‘VB.NET’
Andrei Smolin | August 13th, 2010
In one of my previous lives, I was a VBA and VB6 developer: ReDim, InStr, Msgbox, If Not Obj Is Nothing and other ugly things were part of that nice life. Now I live another life and have both VB.NET and C# experience gradually shifting to C#. If you are a late wayfarer on the […]...
Read the rest of this entry →
.NET, COM add-ins, Deployment, Office, PIAs, VB.NET, VBA |
1 Comment
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
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
Dmitry Kostochko | April 30th, 2010
Add-in Express supports creating COM add-ins for Office 2000 - 2010. Office 2000, XP and 2003 have a traditional command bar-based user interface, while Office 2007 is partially and Office 2010 is fully ribbonized. "How is it possible to support both types of user interfaces in one COM add-in project?" you may ask...
Read the rest of this entry →
.NET, COM add-ins, Excel, Outlook, PowerPoint, Ribbon, VB.NET, Visual Studio, Word |
No Comments