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.
Maven source
share