R
Rayek Atum
hi, everybody ;-)
after 2 days doing extensive but unsuccessful research i hope to get an
answer herein.
i´ve written an addin for word, excel and powerpoint using vb6.
everything works fine in powerpoint and excel, but in word the addin is
available only in that instance opened first of all.
in all further instances the menubuttons created by my addin are available
but without any functionality. nothing happens when clicking the
menubuttons.
so i decided to build a very, very, very simple addin only for word, simply
calling an empty form, because i thought, i might have a buggy procedure or
sth like that
but nothing like that, the behaviour is exactly the same.
i am using the methods provided by the designer (Addin_OnConnection
/-OnDisconnection and so forth) to register my addin in the host-app rather
than using the IDTExtensibility - Interface.
what is the reason for this behaviour?
can anyone help me?
i would be deeply grateful if somebody knows what´s going wrong.
best regards and...
sorry for my poor english
Rayek Atum
after 2 days doing extensive but unsuccessful research i hope to get an
answer herein.
i´ve written an addin for word, excel and powerpoint using vb6.
everything works fine in powerpoint and excel, but in word the addin is
available only in that instance opened first of all.
in all further instances the menubuttons created by my addin are available
but without any functionality. nothing happens when clicking the
menubuttons.
so i decided to build a very, very, very simple addin only for word, simply
calling an empty form, because i thought, i might have a buggy procedure or
sth like that
but nothing like that, the behaviour is exactly the same.
i am using the methods provided by the designer (Addin_OnConnection
/-OnDisconnection and so forth) to register my addin in the host-app rather
than using the IDTExtensibility - Interface.
what is the reason for this behaviour?
can anyone help me?
i would be deeply grateful if somebody knows what´s going wrong.
best regards and...
sorry for my poor english
Rayek Atum