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 |
|
Andrei Smolin
Add-in Express team
Posts: 19138
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 |
|