Search code examples
c#visual-studio-2010menuribbonoffice-2010

Menu controls like Office 2010


Hi Is there a way(tool) to my WinApp written in C# using Visual Studio 2010 have menu controls which look like on these We can fund in Office 2010?

Thanks in advance


Solution

  • I believe that what you are looking for is called a "ribbon", and yes, you can accomplish that on a Winforms application.

    Here is one detailed example of how to do it for free. (That article doesn't seem to have links for its five parts; just change the "01" to "02", '03" and so on to walk through it.)

    There is also a free CodePlex project that generates a Windows ribbon.