Word Addin specific question
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
I'm hoping someone ran into this problem and knows a workaround. Situation: to support proper uninstall I want my menu to be temporary (at each connect I recreate the menu). Appearently, items added to the main menu don't follow the normal rules and dont get removed when Word is closed. Another attempt... calling
Delete
onCommandBarControl
when disconnecting fails for some reason. Alex Korchemniy