Show automatically toolbar in IE

Add-in Express™ Support Service
That's what is more important than anything else

Show automatically toolbar in IE
 
John Ellison




Posts: 8
Joined: 2008-09-16
Hello,
i have a add-in express for internet explorer 2009.

i have create a setup with utility internal of your product.
When i Install the package my toolbar is hide in intenet explorer. the user must selected show toolbar in menu of IE.
if is possibile show automatically after installation?

thank you
Posted 16 Dec, 2009 02:30:25 Top
Andrei Smolin


Add-in Express team


Posts: 18791
Joined: 2006-05-11
Hello John,

If you created your project using the Add-in Express IE Toolbar template (it generates a project that contains an IEToolbarModule.cs (or .vb) file), you are not able to do anything. If you used Add-in Express IE Add-on instead, you need to set LoadAtStartup=true for the corresponding item in the Toolbars collection of the IE module.


Andrei Smolin
Add-in Express Team Leader
Posted 16 Dec, 2009 02:52:39 Top
John Ellison




Posts: 8
Joined: 2008-09-16
ok. i have used Add-in Express IE Toolbar.
if i create Add-in Express IE Add-on and add my toolbar in this project work normally?
thank you
Posted 16 Dec, 2009 04:01:40 Top
Andrei Smolin


Add-in Express team


Posts: 18791
Joined: 2006-05-11
Yes. You'll need to choose the Add-in Express IE Toolbar in the Add New Items dialog of your IE add-on project and populate the toolbar with controls. Then you'll nee to add an item to the Toolbars property of the IE module and specify visualization settings of your toolbar.


Andrei Smolin
Add-in Express Team Leader
Posted 16 Dec, 2009 07:10:44 Top
John Ellison




Posts: 8
Joined: 2008-09-16
Perfect!
Posted 16 Dec, 2009 08:12:08 Top