Office 2007 Toolbar

  • Thread starter Thread starter Samuel
  • Start date Start date
S

Samuel

Hi

I would like to implement a toolbar similar to the one in Office 2007

Can anyone tell me if this control is available in VS 2008

Thank you,
Samuel
 
Samuel said:
I would like to implement a toolbar similar to the one in Office 2007

Can anyone tell me if this control is available in VS 2008

There is no such control (ribbon) available in the .NET Framework/VS.

CodeProject: WPF C# Ribbon Control Library.
<URL:http://www.codeproject.com/KB/WPF/ribboncontrol.aspx>

CodeProject: An easy way to add a Ribbon Panel Office 2007 style.
<URL:http://www.codeproject.com/KB/menus/Ribbon_Panel.aspx>

CodeProject: A Graphical WPF Ribbon Control Builder.
<URL:http://www.codeproject.com/KB/WPF/ribbonbuilder.aspx>
 
There is no such control (ribbon) available in the .NET Framework/VS.

CodeProject: WPF C# Ribbon Control Library.
<URL:http://www.codeproject.com/KB/WPF/ribboncontrol.aspx>

CodeProject: An easy way to add a Ribbon Panel Office 2007 style.
<URL:http://www.codeproject.com/KB/menus/Ribbon_Panel.aspx>

CodeProject: A Graphical WPF Ribbon Control Builder.
<URL:http://www.codeproject.com/KB/WPF/ribbonbuilder.aspx>

I do recall seeing a link from Microsoft that had an api/sdk (don't
remember which) that you could download for the ribbon bar.
Unfortunately, I did not keep the link and now I can't find it. Some
good searching on Microsoft's sites might turn up the link, but the
codeproject articles may be easier. And, IIRC, you have to register
your application with Microsoft before you are allowed to distribute
it with the ribbon bar.

Thanks,

Seth Rowe
 
Hi

I would like to implement a toolbar similar to the one in Office 2007

Can anyone tell me if this control is available in VS 2008

Thank you,
Samuel

Not out of the box, but several companies make ribbon comonents
- DevExpress.com
- Infragistics.com
- Divil.co.uk
- ComponentArt (ASP.NET)
 
Back
Top