Word com addin: when to create toolbar in global template

B

Birgit

Hi all,
I am writing a Word Com addin (C++). A commandbar is created in Normal.dot
to run the addin.

How (when) can I create the toolbar in a global template. I have to use
customization-context for that, right? I discovered that in Word 2003 the
global template is not yet loaded at OnStartupComplete or OnConnection.

Please help, this is very different from the way things are done with
VBA-macro's.

Birgit
 
Top