Posts Tagged ‘.NET’
Ty Anderson | September 13th, 2010
I like to tinker with new technologies to see what they can do and how I could potentially use them in the solutions I build for my clients. A lot of the times my tinkering never leads to full understanding of the technology. In such cases, I don't blame myself nor my sometimes fickle love for the latest shiny bits...
Read the rest of this entry →
.NET, C#, COM add-ins, CommandBars, Excel, Office, Outlook, PowerPoint, Ribbon, Word |
1 Comment
When most organisations buy MS Dynamics CRM they probably already made an investment in systems to help them manage their business processes. In this post I'll demonstrate how you can use Add-in Express 2010 to easily leverage Northwinds' (Our Customer) existing web ordering system and import orders received from the internet into MS Dynamics CRM from within MS Outlook...
Read the rest of this entry →
.NET, C#, COM add-ins, Office, Outlook |
No Comments
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
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
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