David Stubblefield
Posts: 2
Joined: 2011-03-23
|
I am using the ADXIEToolbar and in the properties (toolbar collection of ADXIEModule) I have LoadAtStartup = true, Postion = NewRow, ResetToolbarLayout = true. After installation, the toolbar is installed but it is not selected on the view --> toolbars menu nor does it display on the browser.
If I select the toolbar on the menu, it shows up as it should. Are there any other ways to force the toolbar to be selected and displayed?
As a note, I am using VS 2008 and C# and testing my installs on IE9 |
|
Sergey Grischenko
Add-in Express team
Posts: 7233
Joined: 2004-07-05
|
Hi David,
The toolbar should appear when you install it for the first time. Then, to make the toolbar visible in the subsequent installations, you need to change the assembly version. It can be done in the AssemblyInfo file.
To show/hide the toolbar programmatically you can use the ShowBrowserBar method of the IE object model. |
|
David Stubblefield
Posts: 2
Joined: 2011-03-23
|
Changed assembly and it worked perfectly. Thank you for the quick response. |
|