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.

Where does Windows 8 keep Roaming App data files?

I'm going through the Windows 8 tutorial on managing app lifecycle and state and the tutorial goes through the code for …

windows-8 microsoft-metro appdata roaming
Programmatically set focus of input box from ListView's ItemInvoked event [Windows 8 Metro HTML5]

Edit: If you have not developed on Windows 8, do not try to answer this question. Do not vote on it. …

javascript html input windows-8 microsoft-metro
How to convert byte array to InMemoryRandomAccessStream or IRandomAccessStream in windows 8

now I've had a problem that is how to convert byte array to InMemoryRandomAccessStream or IRandomAccessStream in windows 8? This is …

c# xaml uwp windows-8 microsoft-metro
Detect Metro UI Version of IE

What's the fastest method, to detect User-Agent as metro UI version of internet-explorer >=10 ?

javascript internet-explorer browser windows-8 microsoft-metro
How can I use the Windows.UI namespace from a regular (Non-Store) Win32 .NET application?

The question is basically related to Possible to use Toast Notifications from a regular .Net application? How can I use …

c# .net windows-8 microsoft-metro
How to a synchronize tasks?

Say I have an async method which saves to file: async Task SaveToFileAsync() { var file = await folder.GetFileAsync ( ...) var stream = …

c# asynchronous task microsoft-metro windows-runtime
What components do I need to build a Metro-style app in WPF?

I have to create an application in WPF that has to be very fancy. I would like to create it …

wpf microsoft-metro
What is Windows Metro style app

Could anybody in simple term explain what is Windows Metro style app? What is the purpose and what kind of …

microsoft-metro
Actually using the Tile Control in MahApps Metro?

I have been working with MahApps Metro UI for couple days now and i have realy enjoyed it. WHen looking …

c# wpf microsoft-metro mahapps.metro
Getting a Stream from a resource file / content

Is this the correct/only way of getting a Stream from a resource file? Uri uri = new Uri(fullPath); StorageFile …

c# asynchronous microsoft-metro windows-runtime windows-store-apps