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
|
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
| |||||||||||
feedback
|
|
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. | |||||
feedback
|
|
If you're considering buying a component take a look at : http://www.infragistics.com/dotnet/netadvantage/winforms.aspx#Overview | |||||
feedback
|