Add-in Express 2 .NET Edition is a tool for creating Microsoft Office COM add-ins in C#, VB, C++ and Delphi. Using it you can develop a single add-in that will run across the entire Office suite of applications - MS Excel, Word, PowerPoint, Outlook, Access, FrontPage, MS Project, MapPoint and Visio.
Add-in Express hides complexity of implementing the IDTExtensibility2 interface that COM add-in architecture is based on. And using Add-in Express, add-in projects can be created by a couple of clicks. You create your own toolbars and place buttons, edit boxes, combo boxes, and pop-ups onto them. Add-in Express correctly handles hiding and deleting controls, as well as moving them to other toolbars. It also allows handling the controls' events. Use Delphi forms, standard controls and components to develop a COM add-in.
Quick Demo project includes a sample COM add-in for all supported apps that creates a number of toolbars and controls. You get the source code of the sample add-in where you see the use of Add-in Express classes as well as details of toolbar and control creation.
What's New in This Release:
· ADDED:
· The Add function to the ADXCommandBarControlCollection and ADXCommandBarPopupCollection classes.
· The GetControlByTag function to the ADXCommandBarControlCollection and ADXCommandBarPopupCollection classes.
· The GetControlByControlTag function to the ADXCommandBarControlCollection and
· ADXCommandBarPopupCollection classes.
· Now the ADXOlExplorerCommandBar components saves its position even the temporary property is set to true.
· The CommandBarAdd function to the ADXAddinModule component.
· The CommandBarObj property to the ADXCommandBarPopup component.
· The InspectorAddCommandBars event to the ADXOutlookAppEvents component.
· The ExplorerAddCommandBars event to the ADXOutlookAppEvents component.
· The OlExplorerItemTypes property to the ADXCommandBarControl component;
· The OlInspectorItemTypes property to the ADXCommandBarControl component;
· The OlItemTypeAction property to the ADXCommandBarControl component;
· The CommandBarByName method to the ADXAddinModule component.
· The AsButton property to the ADXCommandBarControl component.
· The AsPopup property to the ADXCommandBarControl component.
· The AsEdit property to the ADXCommandBarControl component.
· The AsComboBox property to the ADXCommandBarControl component.
· The AsDropDownList property to the ADXCommandBarControl component.
· CHANGED:
· The type of the Owner property of the ADXBaseControlCollection class changed.
· Now it is System.Object.
· FIXED:
· An exception that occurs when the user creates a new message in Outlook and Word is set as an editor.
· An exception that occurs when the user hasn't permitions to open a folder in Outlook.
· An exception that occurs when the user opens an IMAP folder in Outlook.
· ADX command bars are not loaded when Outlook starts in background.
· The DisplayAlerts property doesn't work during the add-in installation.
|