3

I want to Change the normal Look and feel of C# winform by Using MetroUI ..is there any possibility of doing this

marc_s
  • 732,580
  • 175
  • 1,330
  • 1,459
Aravind
  • 1,055
  • 2
  • 11
  • 15

2 Answers2

5

I think you could use my MetroFramework for .NET winforms applications! http://viperneo.github.io/winforms-modernui/

swalter88
  • 1,413
  • 1
  • 11
  • 13
2

Try this, its example of Metro UI on winforms:

http://www.codeproject.com/Articles/138661/Metro-UI-Zune-like-Interface-form

http://www.pfgrid.com/Metro_UI_Tiles_WinForms.aspx

http://www.devcomponents.com/kb2/?p=1160

http://www.devcomponents.com/dotnetbar/metro-ui-controls.aspx

Dr. Rajesh Rolen
  • 14,029
  • 41
  • 106
  • 178
  • 1
    Nice links. It seems simpler to just get VS 2012 and learn to code Metro-style apps (or whatever they're called now...) But +1 for good options. – David Sep 12 '12 at 05:43
  • Can i do this without 3rd party DLL .. – Aravind Sep 12 '12 at 06:24