|
Add-in Express™ for Microsoft® Office and .net
Add-in Express Home > Add-in Express for Office and .NET > Online Guide
Why Add-in Express?
Microsoft gave us the term "Office Extensions". This term covers all the customization technologies provided for Microsoft Office applications.
The technologies are:
Add-in Express allows you to overcome the basic problem when customizing Microsoft Office applications in .NET, namely
integrating your solutions into the Office applications. Based on the true RAD paradigm, Add-in Express saves the time
that otherwise you would spend on research, prototyping, and debugging numerous issues of any of the above-said
technologies in all versions and updates of all Office applications. The issues include safe loading / unloading,
host application startup / shutdown, as well as user-interaction-related and deployment-related issues.
Support all Office applications and versions with a single code base!
Add-in Express provides you with the powerful all-in-one framework to create version-neutral, secure, insolated, managed,
easy deployable and updatable extensions for all Office applications and versions, all with a single code base!
- Managed - you develop them in every programming language available for Visual Studio .NET: VB.NET C#, C++.
- Isolated - Add-in Express allows loading Office extensions into separate application domains.
So, they do not have a chance to break down other add-ins and the host application itself.
- Version-neutral - the Add-in Express programming model and its core are version-neutral.
It gives you a chance to develop one Office extension for all available Office versions, from 2000 to the newest 2010.
More about building version-independent Office plug-ins.
- Easy deployable and updatable Office extensions - Add-in Express automatically supplies you with a setup
project making your solution ready-to-deploy. The start-up and deployment model used by Add-in Express allows updating
your solutions at run-time. See
Office addin deployment.
What's new in version 7?
- Support for Office 2013
- Support for Visual Studio 2012
- Support for WiX setup projects
- Support for minimized dock-based regions in Outlook 2007, 2010 and 2013
- Advanced Outlook regions and Advanced Office task panes were redesigned and optimized for the color
schemes of Office 2007, 2010 and 2013
Supported IDEs:
- Visual Studio 2012
- Visual Studio 2010
- Visual Studio 2008
- Visual Studio 2005
Supported languages:
- Visual Basic (VB.NET)
- C#
- C++.NET
Supported applications:
- Microsoft Office Suites 2012, 2010, 2007, 2003, XP and 2000
- Microsoft Outlook
- Microsoft Excel
- Microsoft Word
- Microsoft PowerPoint
- Microsoft Access
- Microsoft Visio
- Microsoft Project
- Microsoft MapPoint
- Microsoft FrontPage
- Microsoft Publisher
- Microsoft InfoPath
|