G
Guest
Hi all
In my Outlook 2000 COM Add-In that I developed in VB6, I would like to delete the CommandBar I added. I have specified the commandbar with Temporaty:=True at creation time, but it still seems to persist it between sessions.
If I try to delete it using oCmdBar.Delete in a shutdown routine I have that is called from the on_disconnect, i get an error sayong "object required".
How can I delete the commandbar at shutdown
Thanks
Selgin
In my Outlook 2000 COM Add-In that I developed in VB6, I would like to delete the CommandBar I added. I have specified the commandbar with Temporaty:=True at creation time, but it still seems to persist it between sessions.
If I try to delete it using oCmdBar.Delete in a shutdown routine I have that is called from the on_disconnect, i get an error sayong "object required".
How can I delete the commandbar at shutdown
Thanks
Selgin