how to uninstall com addin

R

rick

Hi,
I have written a com addin for word 2003 using vb6. The
addin adds a commandbarbutton to the toolbar.

I know that the addin can be registerred and
unregisterred through "regsvr32". But the
commandbarbutton still exists after unregistion. Any
solusion to remove the button?

All helps will be appreciated.
 
S

Shinya

use delete function which is the member function of CommandBars
at IDTExtensibility2_OnBeginShutdown

Shinya
 
Top