Dmitry Kostochko | October 11th, 2010
This sample opens a new series of HowTo videos that will showcase each Outlook region that can be customized using Add-in Express for Office and .net. In today's Video HowTo we will show you how to create your own form and build it into the Outlook Explorer window under the standard Outlook Navigation Pane...
Read the rest of this entry →
.NET, COM add-ins, Office, Outlook, Outlook regions, VB.NET, Visual Studio |
No Comments
In this week's post, we'll build an add-in for Northwind Traders with which they will be able to set a different view on their Inbox in order to see a time-based view on when orders have been received. We'll be using an advance forms region to give our users an easy-to-use interface...
Read the rest of this entry →
.NET, C#, COM add-ins, Office, Outlook, Outlook regions |
2 Comments
In this weeks' post I'll demonstrate how using Add-in Express 2010, you can write an add-in to integrate MS Office Project 2010 and MS Office Outlook 2010 and vice versa...
Read the rest of this entry →
.NET, C#, COM add-ins, Office, Project, Visual Studio |
4 Comments
I'm sure like me, a lot of IT professionals had customers who made a substantial investment in developing a custom application in MS Access. As is the nature of such things, the customer outgrows their MS Access application and is soon in need of a larger, more complex system...
Read the rest of this entry →
Access, C#, COM add-ins, Office, Visual Studio |
2 Comments
The beauty about Add-in Express is that it allows you to write add-ins for those Microsoft Office applications that you wouldn't even have thought it possible. In this post I'll show you how to create an add-in for MS Visio 2010 that automatically builds an Organizational chart for Northwind Traders.
...
Read the rest of this entry →
.NET, C#, COM add-ins, Office, VB.NET, Visio, Visual Studio |
22 Comments
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
Dmitry Kostochko | July 28th, 2010
Besides Explorer bar and Explorer menus, I can suggest looking into one more visual thing that can be quickly customized with Add-in Express for Internet Explorer and .net. This is IE toolbars...
Read the rest of this entry →
.NET, IE add-ons, VB.NET, Visual Studio |
2 Comments
Microsoft Dynamics CRM (Customer Relationship Management) is quickly becoming one of the leading CRM Suites for midsized and large organizations according to a recent research report. You might ask how this affects you as Office developer
...
Read the rest of this entry →
.NET, C#, COM add-ins, Office, Outlook, Visual Studio |
4 Comments
Sergey Grischenko | July 23rd, 2010
Add-in Express Loader is an unmanaged dll developed with the Visual C++ Active Template Library (ATL). It acts as a proxy between a host application and the real .NET library. The loader itself is never registered and it shouldn’t be. It is just specified as a dll to be loaded for managed classes
...
Read the rest of this entry →
.NET, C#, COM add-ins, IE add-ons, Office, Visual Studio |
12 Comments
If you look at the list of known issues for the latest release of Add-in Express 2010, you'll notice a specific issue I myself ran into not so long ago: WebViewPane region cannot be used for folders if their WebViewOn and WebViewUrl properties cannot be set. Possible solution is setting the "Allow Script in shared folders" and "Allow Script in Public Folders" options in the security settings
...
Read the rest of this entry →
COM add-ins, Office, Outlook, task panes |
No Comments
Dmitry Kostochko | July 16th, 2010
Apart from Explorer bar there are a few more things that can be easily customized in Internet Explorer and today we will look into the customization of main menu and context menus. Yes, you can modify them by adding your own menu items...
Read the rest of this entry →
.NET, IE add-ons, VB.NET, Visual Studio |
3 Comments
If you look at the list of known issues for the latest release of Add-in Express 2010, you'll notice a specific issue I myself ran into not so long ago: WebViewPane region cannot be used for folders if their WebViewOn and WebViewUrl properties cannot be set. Possible solution is setting the "Allow Script in shared folders" and "Allow Script in Public Folders" options in the security settings
...
Read the rest of this entry →
Excel, Outlook |
3 Comments
Dmitry Kostochko | July 8th, 2010
Let's talk about extending Internet Explorer user interface. What visual feature is most frequently used by an average user? I bet it is Favorites, of course after the Address Bar...
Read the rest of this entry →
.NET, IE add-ons, VB.NET, Visual Studio |
2 Comments