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)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Receiving email .NET 2.0 3
Show/Hide buttons in the Toolbar 2
Implementing Ctrl-C 4
Multiple VS versions 1
MySql 2
Office 2007 controls 5
Toolbars for 2007 2
Outlook Office 2007 0x80040154 error when doing send/receive 0

Back
Top