H
Henk
Hello all,
I have a C# custom add-in in Office XP (Excel, Word, Powerpoint) using the
VS 2005 Extensibility wizard. Every custom menuitem has a Click handler.
These work fine, if I lets say show a Messagebox that it is clicked. Now I
make a call to a web service in my click handlers (added to the C# add-in as
a web reference, every click handler has a call to the web serivice). The
first time I click on one of the items it works, after that no click handler
get's called anymore, as if the handlers are not attached to the menuitems
anymore!!!!!!
Anyone has a clue?
BTW: if I create buttons on the standard toolbar, it works like a
charm!!!!!!!!!!!!
greetz,
Henk
I have a C# custom add-in in Office XP (Excel, Word, Powerpoint) using the
VS 2005 Extensibility wizard. Every custom menuitem has a Click handler.
These work fine, if I lets say show a Messagebox that it is clicked. Now I
make a call to a web service in my click handlers (added to the C# add-in as
a web reference, every click handler has a call to the web serivice). The
first time I click on one of the items it works, after that no click handler
get's called anymore, as if the handlers are not attached to the menuitems
anymore!!!!!!
Anyone has a clue?
BTW: if I create buttons on the standard toolbar, it works like a
charm!!!!!!!!!!!!
greetz,
Henk