问题
How to develop an application UI like Metro for Windows Vista/7
github recently released their official client for windows and is very similar to Metro
http://windows.github.com/
回答1:
You can do it in WPF by retemplating all the controls you use. There seem to be libraries that already do it to make apps look like the Zune Software or the GitHub client.
http://elysium.codeplex.com/
http://mahapps.com/MahApps.Metro/
回答2:
You can also use Telerik Rad Controls to create WinForms application in metro style theme.
http://www.telerik.com/products/winforms.aspx
Metro UI with Telerik Windows Forms Controls
来源:https://stackoverflow.com/questions/10705571/how-to-develop-an-application-ui-like-metro-for-windows-vista-7