Webbrowser on Excel Ribbon?

203 Views Asked by At

I'm using Visual Studio 2008. It is possible to add a Webbrowser item to a Form item, but is it possible to add a Webbrowser item to a Ribbon item ? Or is there another way of showing a Web Page on the Ribbon ?

There is something called Ribbon-XML, may that do the job ?

Or is it possible to bind a Form (inheriting a Webbrowser) to the Ribbon ?

1

There are 1 best solutions below

1
On BEST ANSWER

No, there is no way to place any third party controls on the ribbon except the ones defined by the Ribbon scheme.

Instead, you may consider placing a web browser control on a custom task pane. See Custom Task Panes for more information in MSDN.

Read more about the Fluent UI (aka Ribbon UI) in the following series of articles in MSND: