Changing the Load Settings of a VB.NET COM Add-In

T

Tim

Can anyone tell me if it is possible to alter the load behavior of an Office
COM Add-In (written in VB.NET) after the project has been created? When I
started the Extensibility Wizard, I chose the setting that would load my
add-in at Application startup. After more thought, I think I would like my
add-in to load on demand or load only once (at next startup). Is there a
way to change the load behavior?

TIA Group
 
K

Ken Slovak - [MVP - Outlook]

The value LoadBehavior in the registry would do that. 2 is load on demand
and 3 is load on startup and so on.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top