Michael McMahon
Posts: 56
Joined: 2005-05-03
|
Hi there,
We've got an office addin for Word / Excel and Outlook which adds a toolbar button to the toolbar. The toolbars and button are temporary and so I guess they get re-added everytime the app restarts. However I would like to be able to save the position of the toolbars and button and remember it for next time.
I did see another post on this in the forum that suggested storing the data about where the toolbars are positioned and then repositioning them when the app starts. Is this the only way to do it or is there a simpler solution?
Thanks in advance,
Mike |
|
Sergey Grischenko
Add-in Express team
Posts: 7235
Joined: 2004-07-05
|
Hi Mike.
As to Outlook, ADX stores positions of inspector and explorer command bars automatically if command bars are temporary. The best solution for Word and Excel is to set the Temporary property to False.
|
|