nick amel
Posts: 11
Joined: 2005-02-18
|
I have created and addin (delphi vcl) for word and excel, the toolbars have the temporary property to false and the add-in is registered for all users.
I am manualy creating one toolbar and one menubar on the module initialize event.
I need the temporay property to true so that toolbar position will be preserved the next time word opens.
My problem is that when i unregister the addin the toolbars are still there.
If i've set temporary to true then everything works as expected except that the toolbar do not save its position.
Any help/samples ???? |
|
Dmitry Kostochko
Add-in Express team
Posts: 2887
Joined: 2004-04-05
|
|