Archive for the 'Add-in Express VCL' Category

Office add-in localization: ribbon and commandbar controls, task panes etc.

To localize your COM add-in, you need to know the language settings of the Office application (host application) that the add-in is currently loaded in. In this post you will find some VB.NET and Delphi code samples of localizing your COM add-ins.

Add-in Express VCL future

The prospects of Add-in Express VCL.

How to learn what version of Add-in Express you use

How to learn what version of Add-in Express you use. Add-in Express .NET and VCL.

Tell your add-in what its host application is

The first trick in the development of COM add-ins based on Add-in Express (ADX) that I want to show you here is quite trivial. I won’t give a single line of code, just a few paragraphs of my contemplations. The matter concerns the following.