I want to Change the normal Look and feel of C# winform by Using MetroUI ..is there any possibility of doing this
Asked
Active
Viewed 9,385 times
3
-
Can i do this without 3rd party DLL .. – Aravind Sep 12 '12 at 06:24
2 Answers
5
I think you could use my MetroFramework for .NET winforms applications! http://viperneo.github.io/winforms-modernui/

swalter88
- 1,413
- 1
- 11
- 13
-
-
1this link may help you http://thielj.github.io/MetroFramework/#GettingStarted – Thomas Jan 15 '14 at 12:58
-
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
-
1Nice 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
-