본문 바로가기

Language/C#

C# 리본메뉴

다운로드 경로: http://windowsribbon.codeplex.com/

Project Description

Windows Ribbon for WinForms is a .NET wrapper for Windows 7 Ribbon control.
It will allow WinForms developers to use Microsoft Windows 7 Ribbon control in their WinForms applications.

The project includes the library RibbonLib, which adds support for Windows Ribbon to WinForms application
and sample applications, written both in C# and VB.NET, that demonstrates the use of the library and the different Ribbon features available.

Check my blog for more details on how to use the windows ribbon at http://blogs.microsoft.co.il/blogs/arik/
Also have a look at this Quick Start Tutorial

Note: you must have the Windows 7 SDK installed in order to compile the project.

Following is the list of sample application and their description:
  • 01 - AddingRibbonSupport - Empty WinForms application with basic Ribbon support.
  • 02 - ApplicationMenuButton - WinForms application with Ribbon that contains an application menu with some buttons.
  • 03 - MenuDropDown - WinForms application with DropDownButton and SplitButton inside an application menu.
  • 04 - TabGroupHelp - WinForms application that uses Tabs, Groups and HelpButton.
  • 05 - Spinner - WinForms application that demonstrates the use of a Spinner control in the ribbon.
  • 06 - ComboBox - WinForms application that demonstrates the use of a CombBox control in the ribbon.
  • 07 - RibbonColor - WinForms application that shows how to change the ribbon global colors.
  • 08 - Images - WinForms application that shows how to work set images dynamically in the ribbon.
  • 09 - Galleries - WinForms application thats uses DropDownGallery, SplitButtonGallery and InRibbonGallery.
  • 10 - CheckBox - WinForms application that uses CheckBox and ToggleButton control in the ribbon.
  • 11 - DropDownColorPicker - WinForms application that demonstrates the use of a DropDownColorPicker control in the ribbon.
  • 12 - FontControl - WinForms application that demonstrates the use of a FontControl control in the ribbon.
  • 13 - ApplicationModes - WinForms application that demonstrates the use of ApplicationModes.
  • 14 - ContextualTabs - WinForms application that demonstrates the use of ContextualTabs.
  • 15 - ContextPopup - WinForms application that demonstrates the use of ribbon context popups.
  • 16 - RecentItems - WinForms application that demonstrates the use of ribbon recent items.
  • 17 - QuickAccessToolbar WinForms application that demonstrates the use of quick access toolbar.
  • 18 - SizeDefinition WinForms application that demonstrates the use of custom layout templates.
  • 19 - Localization WinForms application that demonstrates how to localize your ribbon.

 

 

Download <- 이거 클릭 다운로드
<script type="text/javascript"> function LicenseDisagree() { allowUnsavedDataAlert(); OpenDialog('#LicenseAgreePanel', false); } </script>
Current
RibbonLib
Date
Wed Sep 23 2009 at 4:00 PM
Status
Stable Stable: This software is believed to be ready for use
Rating
<input id="releasecurrentRating" value="4.4" type="hidden" /> 5 ratings 
20044 downloads
More
View all downloads
<script type="text/javascript"> function promptDownloadFile() { OpenDialog('#LicenseAgreePanel', true, '58em', 'LicensePanel'); } function submitDownloadFile() { OpenDialog('#LicenseAgreePanel', false); postDownload(); } function operaContinue() { OpenDialog('#ClickOnceOperaPanel', false); postDownload(); } function postDownload() { $('<form method="POST" action="http://windowsribbon.codeplex.com/releases/acceptLicense">' + '<input type="hidden" name="fileId" value="83384" />' + '<input type="hidden" name="releaseId" value="32943" />' + '</form>').appendTo('body').submit().remove(); } </script>

Recent reviews (more)

<input id="currentRating" value="2" type="hidden" /> It is too difficult. Check out Jose Menendez Poo's ribbon at ribbon.codeplex.com
<input id="currentRating" value="5" type="hidden" /> A great wrapper, very stable and feature-rich. I'm impressed!

<script type="text/javascript"> $(document).ready(function () { $('.PageActivity .Link').click(function () { var val = $(this).attr('d:value'); $.post('http://windowsribbon.codeplex.com/stats/getActivity', { period: val }, function (data) { $('.PageActivity span').hide().parent().removeClass('Selected').addClass('Unselected'); $('.PageActivity .Link').show(); $('#Page' + val + 'Label').show().parent().removeClass('Unselected').addClass('Selected'); $('#Page' + val + 'Link').hide(); $('#pageViews').text(data.PageViews); $('#visits').text(data.Visits); $('#downloads').text(data.Downloads); }, 'json'); return false; }); }); </script>

Activity

7 30 All days

Page Views
1358
Visits
558
Downloads
280
Application Runs
View Detailed Stats


'Language > C#' 카테고리의 다른 글

ActiveX UAC 문제  (0) 2016.02.04
DEP 기능 비호환 ActiveX  (0) 2016.02.04
WPF usercontrol을 winform에서 사용하기  (0) 2016.02.04
정규식 패턴  (0) 2016.02.04
Image 배율만큼 확대  (0) 2016.02.04