Office Add-in Express™ history |
COM Add-in & Smart Tag Tool | |
# 26-Jan-2004 Office Add-in Express 1.9
- ADDED: Now Add-in Express supports the Real-Time Data Servers architecture
from Microsoft Excel 2002 and 2003.
- ADDED: The Automation Add-in checkbox to Add-in Express Wizard.
- ADDED: The XLAutomationAddIn parameter to the TaxpFactory.CreateEx method.
- ADDED: The TaxpAddIn.OnError event handler.
- FIXED: Minor bugs with the Customize dialog box in Outlook 2000.
- FIXED: Several bugs with Excel 2002 and Automation add-ins.
- FIXED: Several bugs in Add-in Express Wizard.
# 12-Aug-2003 Office Add-in Express 1.85
- ALTERED: ADX Wizard for Outlook can create different property pages for different Outlook folders.
- ALTERED: The AddinInst.object property references to add-in instance (Self).
- ADDED: The TaxpAddIn.AddInInstance property - a reference to the COMAddIn object that refers to this add-in in the COMAddIns collection.
- ADDED: Automation Add-ins (not COM add-ins) are supported for Office 2002 and 2003.
- FIXED: Several bugs related to Word multiple windows mode.
- FIXED: Some bugs corresponded with Outlook Inspector multiple instances.
- FIXED: Some bugs corresponded with Outlook options page.
- ADDED: New samples to the HOWTOs section.
# 10-Jul-2003 Office Add-in Express 1.8
- ADDED: Office 2003 support.
- ADDED: Outlook's option and property pages support.
- ADDED: A separate Add-in Express Wizard that creates Outlook add-in with
option and/or property pages.
- ADDED: The DisplayAlerts paramether to the TaxpFactory.CreateEx method.
- ADDED: The LoadBehavior paramether to the TaxpFactory.CreateEx method.
- FIXED: Some minor bugs.
# 13-May-2003 Office Add-in Express 1.7
- ADDED: Support MapPoint 2002.
- ADDED: Support Visio 2002.
- FIXED: Some bugs with Office 2002 and Windows 9x.
- ALTERED: Add-in Express setup packages.
# 16-Apr-2003 Office Add-in Express 1.6
- ADDED: New AddXXX overloaded method with the CommandBars parameter.
- ADDED: Outlook multi-explorer view support.
- ADDED: Outlook multi-inspector view support.
- ADDED: All old Office type library that used since version 1.0.
- FIXED: Invalid pointer AV on add-in destroying.
- FIXED: Several Outlook related bugs.
- FIXED: Include XP-manifest bug.
- FIXED: Popup controls was delete incorrect.
# 23-Jan-2003 Office Add-in Express 1.5
- ADDED: The Add-in Express Wizard. Now you can create COM Add-in projects by a couple of clicks.
- ADDED: Multiple host apps support. Now you can develop one add-in for several host apps.
- ADDED: Full event support of host apps. Now you can use several new public properties of the TaxpAddIn class:
- property ExcelApp: Excel2000.TExcelApplication
- property WordApp: Word2000.TWordApplication
- property OutlookApp: Outlook2000.TOutlookApplication
- property PowerPointApp: MSPPt2000.TPowerPointApplication
- property AccessApp: Access2000.TAccessApplication
- property ProjectApp: Project2000.TProjectApplication
- property FrontPageApp: FrontPage2000.TFrontPageApplication
- ADDED: Support of MS Project and MS FrontPage through two new imported type libraries (Project2000.pas and FrontPage2000.pas).
- ADDED: All imported type libraries are replaced with Delphi type libraries based on MS Office 2000 (Excel2000.pas, Word2000.pas, etc.).
- ADDED: Check a host app is installed.
- ALTERED: All string properties are replaced with WideStrings.
- FIXED: Some Outlook related bugs.
# 16-Oct-2002 Office Add-in Express 1.0
This is the start of the history for Office Add-in Express.
How to get more details
• Add-in Express Developer's Guide
• Add-in Express Demo
• Add-in Express Downloads