Creating Toolbar Items like BingBar

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

Creating Toolbar Items like BingBar
 
Yahya Kamran




Posts: 8
Joined: 2010-06-03
Hi,

I building a IE browser toolbar and need to display toolbar items like BingBar toolbar items. Please see the below screenshot and let me know how I can show mini webpage as content of toolbar item.


User added an image


Thanks.
Yahya Kamran.
Posted 29 Apr, 2011 06:22:25 Top
Sergey Grischenko


Add-in Express team


Posts: 7233
Joined: 2004-07-05
Hi Yahya,

You need to use a .NET form with the WebBrowser control on it.
Posted 29 Apr, 2011 10:03:56 Top
Yahya Kamran




Posts: 8
Joined: 2010-06-03
Hi Sergey,
Thanks for your reply.

How do I set relative position and Windows form model (as shown above images) when user clicks on toolbar item?
Posted 30 Apr, 2011 00:10:15 Top
Sergey Grischenko


Add-in Express team


Posts: 7233
Joined: 2004-07-05
Hi Yahya.

All .NET controls have the Location property. To convert the location to the screen coordinates you can use the Control.PointToScreen method.
Posted 02 May, 2011 05:47:28 Top