I am developing a Com AddIn for Word using VB.NET
It works - but it is very slow.
Does anyone have some experience in developing COM Addins? Where must I implement functionality like addin a commandbar with commandbarbuttons or verify something? I implemented it within the OnConnection but then every start of word takes ages.
It works - but it is very slow.
Does anyone have some experience in developing COM Addins? Where must I implement functionality like addin a commandbar with commandbarbuttons or verify something? I implemented it within the OnConnection but then every start of word takes ages.