Does anyone have any code samples in C# that implements the Metro UI? This is similar to the interfaces used in Zune and MetroTwit.

Thanks

link|improve this question

12% accept rate
feedback

4 Answers

You should check out the Metro Toolkit on codeplex. It's a open source UI framework aimed at creating UI controls based on Metro.

link|improve this answer
Thanks for the link. Do you know of a way to do it without using a WPF application? – user723217 May 29 '11 at 6:21
It's definitely possible to accomplish using WinForms but you'll be writing a lot of graphics code to manually create even the trivial metro effects. Do weigh your time/effort appropriately with that one. My 2 cents. – AB Kolan May 29 '11 at 13:01
Just a heads up Metro Toolkit contained copyrighted XAML code reversed engineered from MetroTwit (my project) and redistributed without permission. – LongZheng Jun 20 '11 at 15:09
@LongZheng Side Note.. I love MetroTwit :) ! – AB Kolan Jun 24 '11 at 3:46
feedback

There are Microsoft Silverlight themes available for the Metro UI. Cosmopolitan is the one you want, you'll find it via TimHeuer's blog:

Tim Heuer's annuncement

Here is a direct link: Microsoft download page

link|improve this answer
feedback

Definitely have a look at MahApps.Metro. It is available via Nuget.

And was used to update the IlSpy UI featured in this weeks Channel 9 Show

link|improve this answer
feedback

Look the Microsoft Hello World tutorial for Metro style app...it´s easy:

Building your first Windows Metro style app using C#, C++, or Visual Basic

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.