Top "Microsoft-metro" questions

Unless you have design questions - you should more likely tag your question as windows-store-apps or windows-runtime or winrt-xaml or winjs.

Making WPF applications look Metro-styled, even in Windows 7? (Window Chrome / Theming / Theme)

I like the window chrome on the new Office Suite and Visual Studio: I'm still developing applications for Windows 7 of …

.net wpf windows-7 windows-8 microsoft-metro
Creating metro style winform in windows 7 using C#

Is it possible to design a metro styled winform in visual studio 10 or visual studio 11 on windows 7? If so, where …

c# winforms microsoft-metro
Microsoft Visual Studio Change Default Theme

I am finding it really hard to code using the black theme given in the visual studio 2012 IDE. Is there …

visual-studio-2012 ide themes microsoft-metro
Is it possible to await an event instead of another async method?

In my C#/XAML metro app, there's a button which kicks off a long-running process. So, as recommended, I'm using …

c# microsoft-metro .net-4.5 async-await windows-store-apps
Is there a list of "standard" Tile colors for Metro style Windows 8 apps?

When I look at the start screen of my Windows 8 installation I see that bundled apps have colors from some …

windows-8 microsoft-metro
Let TextBox stretch to fill width in StackPanel

I have a StackPanel in my WinRT C# Metro app that I want to use as container for a label/…

xaml textbox windows-runtime microsoft-metro stackpanel
Horizontally center a DIV in page

I'm trying to center a div, which is the Microsoft pubCenter AdControl for Windows 8 apps in HTML5/JavaScript. <div …

html windows-8 microsoft-metro winjs
Do Windows 8 Store Apps (Metro) run in Windows 7 or XP?

I want to know whether Metro Applications developed using Visual Studio 11 Developer Preview and .Net FrameWork 4.5 can run in Windows 7 …

windows-8 windows-7 windows-runtime windows-store-apps microsoft-metro
Converting a WebClient method to async / await

I have some existing code which I am porting to Windows 8 WinRT. The code fetches data from URL, asynchronously invoking …

c# microsoft-metro async-await
Does anybody know about the output "Module is optimized and the debugger option 'Just My Code' is Enabled"?

As I said in my previous question I'm migrating my app to windows Metro app. I'm getting an output like …

c# microsoft-metro