how to Add-in load again n again for every instance of an application?

Posted by Ashwin Upadhyay on Stack Overflow See other posts from Stack Overflow or by Ashwin Upadhyay
Published on 2010-02-09T05:20:50Z Indexed on 2010/03/28 22:53 UTC
Read the original article Hit count: 146

Filed under:
|
|

I have one qus. i created one shared add-in in c#.net. This add-in is working fine. now i want this add-in is load again n again when any office application is opened. For e.g. when i open any MS word document then add-in is load for that and if after that i opened another MS word document without closing previously opened document then add-in is again load for newly opend MS word document. But when i opened MS word at first time the add-in is load and if i opened MS word again but add-in is already loaded.

my requirement is like that-my add-in is worked backgroundly that is its work only to record the opening,closing time of the word document and how much time spend onto that word document and also the name of this document. But when i opened one word document then add-in is loaded for that and if againg opened new word document then becaz of previously opened document add-in is not load for that document remember that priviously opened document is not closed. but if i closed previously opened document then for new document add-in is load.

© Stack Overflow or respective owner

Related posts about c#

Related posts about ms-office