P
Priyanka
Hello Everybody.......
In Office 2000, if we right click on menu bar, a menu appears, where if we
select/deselect any toolbar name, we can make it visible/hidden.
The problem is that, I have developed a small Com addin in VC++ for
excel/word and powerpoint.
And depending upon the toolbar of my addin has been selected to be
visible/hidden, I store a value 1/0 in a registry key and the next time I
run the same application, I pick up the registry key and then either
hide/display the addin-toolbar.
But now, in office 2007 I couldn't find any such option.
Steps followed by me:
----------------------
1) Install Office 2000.
2) Register my addin.
3) Now open word 2000 and addin toolbar is displayed.
4) Right click menu bar and deselect the item corresponding to "my addin".
Addin is now loaded but not visible.
5) Now close the application and my addin writes this state (hidden state)
to registry.
6) Now install Office 2007
7) Open word 2007 and it will load my addin but it will not show the toolbar
for it.
8) Problem: now i don't know how to make that toolbar visible. because.no
such option is displayed in word 2007.
I would be really very thankful, if anybody can guide me in this.
Thanks and Regards,
Priyanka
In Office 2000, if we right click on menu bar, a menu appears, where if we
select/deselect any toolbar name, we can make it visible/hidden.
The problem is that, I have developed a small Com addin in VC++ for
excel/word and powerpoint.
And depending upon the toolbar of my addin has been selected to be
visible/hidden, I store a value 1/0 in a registry key and the next time I
run the same application, I pick up the registry key and then either
hide/display the addin-toolbar.
But now, in office 2007 I couldn't find any such option.
Steps followed by me:
----------------------
1) Install Office 2000.
2) Register my addin.
3) Now open word 2000 and addin toolbar is displayed.
4) Right click menu bar and deselect the item corresponding to "my addin".
Addin is now loaded but not visible.
5) Now close the application and my addin writes this state (hidden state)
to registry.
6) Now install Office 2007
7) Open word 2007 and it will load my addin but it will not show the toolbar
for it.
8) Problem: now i don't know how to make that toolbar visible. because.no
such option is displayed in word 2007.
I would be really very thankful, if anybody can guide me in this.
Thanks and Regards,
Priyanka