Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I'd like to create desktop application which has Windows 8 style window(like GitHub for windows). AFAIK Blend allows only to make Metro(Modern UI) apps' layouts(am I wrong?).

share|improve this question
You could have a look at their own design blog article: github.com/blog/1151-designing-github-for-windows – J. Steen Jan 24 at 20:17
You could use Expression Blend 4 to style your WPF application. If you have an MSDN subscription this should be available to you. An other way to get to work with Blend for Visual Studio is to download the preview with WPF, Silverlight and SketchFlow support. microsoft.com/en-us/download/details.aspx?id=30702. If you are not so good at the design side of things you should have a look at 3rd party control venders like Telerik. They often provide "Metro" themes to have you app look like windows store apps very easily. – Sorskoot Jan 29 at 14:02

closed as not a real question by nawfal, Bobson, hohner, Mario, Jon Egerton Jan 24 at 23:07

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

1 Answer

up vote 1 down vote accepted

I'd take a look at MahApps.Metro or Elysium. They have a lot of Metro themed controls.

share|improve this answer
1  
Thank you, I installed it, but project's GitHub repo doesn't work and I don't know how to use it. Could you explain it to me? – xaxes Jan 24 at 20:20
Probably a temporary issue. Here is a cached page of the documentation, webcache.googleusercontent.com/… – lumberjack4 Jan 24 at 20:46
Hmm, I don't have any .xaml file in my project directory. What have I done wrong? – xaxes Jan 24 at 21:33
Just create a new WPFWindow project and start modifying the XAML from there. – lumberjack4 Jan 24 at 21:35
Okay, thank you. – xaxes Jan 24 at 21:43

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