Is it possible to subclass ADXAddinModule

Add-in Express™ Support Service
That's what is more important than anything else

Is it possible to subclass ADXAddinModule
Is it possible to have a subclass that inherits ADXAddinModule that itself is inherited? 
SEAN WILLIAMSON




Posts: 9
Joined: 2007-02-20
Hi

Has the situation changed with https://www.add-in-express.com/forum/read.php?FID=5&TID=9627? I'm trying to do the same but getting nowhere. The registration appears to be successful but doesn't update the registry.

We have multiple products that we have been loading using a single addin, but I'd like to isolate them into different domains and the best way would seem to be to have separate addins. They all behave in an almost identical way to events from Excel so the simplest implementation appear to be to extract a base class to inherit for the different products.

Regards
Sean
Posted 10 May, 2019 05:23:58 Top
Andrei Smolin


Add-in Express team


Posts: 18830
Joined: 2006-05-11
Hello Sean,

I would create a class that consumes any add-in module given. That class could check if there's an ADXExcelAppEvents on the module and connect to its events or show an error message. Then you can create descendants of this class.


Andrei Smolin
Add-in Express Team Leader
Posted 13 May, 2019 03:36:00 Top