Loadbehavior

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

Loadbehavior
How to influence the loadbehavior 
Jacco van der Pol




Posts: 30
Joined: 2005-09-13
In my addin loadbehavior is : Connected;LoadAtStartup
This works fine. It is loaded everytime I start word.
It is not in the com addins dialog though. (Is this correct?)

I'd like to load on demand, because the initialisation of my addin cost some time, and I'd like the user to choose wether to load it or not. What should I do?

BTW: My Addin is combined with an Smarttag module in 1 project.

Jacco
Posted 07 Dec, 2005 09:00:54 Top
Sergey Grischenko


Add-in Express team


Posts: 7233
Joined: 2004-07-05
Hi Jacco.

I suppose you have set the RegisterForAllUsers property to true.
Actually this is the known issue of Microsoft Office. If you register an add-in for all users, it will not be displayed in the COM Add-ins dialog.
Posted 07 Dec, 2005 17:15:03 Top
Jacco van der Pol




Posts: 30
Joined: 2005-09-13
Of course you meant set the RegisterForAllUsers property to false.

Anyway, this works fine, so thanks again ;)
Posted 08 Dec, 2005 09:55:19 Top