Skip to content

My humble attempt to bring the new Modern UI alias Metro UI of Windows 8 to .NET Windows Forms applications ...

License

Notifications You must be signed in to change notification settings

zer09/winforms-modernui

This branch is 122 commits ahead of, 8 commits behind peters/winforms-modernui:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b6a440e · Mar 8, 2015
Sep 15, 2014
Apr 22, 2013
Nov 17, 2013
Mar 8, 2015
Feb 1, 2013
Feb 1, 2013
Apr 20, 2013
Feb 21, 2013
Mar 31, 2013
Apr 4, 2013
Mar 31, 2013
Sep 15, 2014
Oct 10, 2014
Nov 28, 2013

Repository files navigation

MetroFramework - WinForms on steroids.

Brings the new Modern UI alias Metro UI of Windows 8 to .NET Windows Forms applications.

Install via NuGet

Install-Package MetroModernUI

Link: https://www.nuget.org/packages/MetroModernUI/

Supported platforms

  • Windows XP SP1/SP2/SP3 (without Aero Glass)
  • Windows Vista
  • Windows 7
  • Windows 8

Requirements

  • .NET Framework 2.0 and above.

Controls supported

  • Button
  • ComboBox
  • Checkbox
  • RadioButton
  • Toggle
  • Label
  • Link
  • Panel
  • ScrollBar
  • MetroTile
  • ProgressBar
  • ProgressSpinner
  • TabControl
  • TrackBar
  • Custom User Control
  • ContextMenu
  • MessageBox
  • DateTimePicker
  • Grid

Components supported

  • StyleExtender (Apply theme propertys to none framework controls)
  • StyleManager (Auto inherit a default style to all used controls)
  • ToolTip

Watch it in Action

MetroFramework

Screenshots

Light

MetroFramework MetroFramework MetroFramework

MetroContext Menu

MetroContext

MetroMessageBox

MetroFramework MetroFramework MetroFramework MetroFramework MetroFramework MetroFramework

DateTimePicker

MetroDateTime

Grid

MetroGrid

Dark

MetroFramework MetroFramework MetroFramework

MetroContext Menu

MetroContext

MetroMessageBox

MetroFramework MetroFramework MetroFramework MetroFramework MetroFramework MetroFramework

DateTimePicker

MetroDateTime

Grid

MetroGrid

License

The MIT License (MIT)

Copyright (c) 2011 Sven Walter, http://github.com/viperneo

Copyright (c) 2013 Dennis Magno, http://github.com/dennismagno

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

My humble attempt to bring the new Modern UI alias Metro UI of Windows 8 to .NET Windows Forms applications ...

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 99.9%
  • Shell 0.1%