Modern UI App Design for a Windows Form Application

Well, I have been developing for a long time Windows Form Application, but today I am doing it again.

What I see is that Win Form still uses those old style UI tools like a button, etc. for their application, however, Microsoft and Windows have slightly changed their design language to the flat Metro / Modern UI.

So my question is a way to use the new style tools for Windows Form applications? Not recommended to use a third-party plugin?

I work with .Net4.5, On Windows 8.1withVS 2012.

+1
source share
2 answers

You have two ways to do this.

+4

, WinForms, ModernUI, . . http://www.nuget.org/packages/ModernUI/ , .

+4

All Articles