How to develop a user interface for an application, such as Metro for Windows Vista / 7
github recently released its official Windows client and is very similar to Metro
http://windows.github.com/
You can do this in WPF by reinstalling all the controls you use. There seem to be libraries that already do this, so that applications look like Zune software or a GitHub client.
http://elysium.codeplex.com/
http://mahapps.com/MahApps.Metro/
You can also use Telerik Rad Controls to create a WinForms metro-style theme application.
http://www.telerik.com/products/winforms.aspx
Metro UI with Windows Forms Telerik Controls
Source: https://habr.com/ru/post/916367/More articles:Usejavascript string comparison returning boolean - javascriptSelect a value based on the highest value in another column - rDoes Dapper support strongly typed objects with stored procedure? - stored-proceduresCancel a selection change to JComboBox if the condition is met (for example, checking for an incoming selection) - javaHow to iterate an array in javascript - javascriptWindow screenshot using python - pythonHow to pass an array of functions to Perl? - functionpurchase in an application with a server - androidHow to download an In-app purchase item from our android and iOS server - androidAll Articles