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.

Create an event to watch for a change of variable

Let's just say that I have: public Boolean booleanValue; public bool someMethod(string value) { // Do some work in here. return …

c# .net event-handling microsoft-metro inotifypropertychanged
How to check if file exists in a Windows Store App?

Is there any other way of checking whether a file exists in a Windows Store app? try { var file = await …

c# windows-8 windows-runtime microsoft-metro filenotfoundexception
Using jQuery with Windows 8 Metro JavaScript App causes security error

Since it sounded like jQuery was an option for Metro JavaScript apps, I was starting to look forward to Windows 8 …

jquery microsoft-metro winjs visual-studio-2012
Alternate background color in Listview XAML

I'm using a listView based on itemTemplate. So i need in my template to alternate the background color : - fist …

wpf silverlight xaml listview microsoft-metro
Launching a Desktop Application with a Metro-style app

Is there a way to launch a desktop application from a Metro-style app on Windows 8? I'm trying to create some …

c# windows windows-8 microsoft-metro
How to change MetroFramework style color to all control

I'm using MetroFramework in my desktop application and set all the themes color ad default while making the change in …

c# winforms frameworks microsoft-metro modern-ui
How to print the contents of a TextBox

How do I print the contents of a TextBox in metro apps? I have read this quickstart guide on MSDN …

c# .net windows-8 microsoft-metro windows-store-apps
Set resource string to XAML

I know how to set string from resource <TextBlock x:Uid="Text1"/> where Text1.Text is "Hello" But …

c# xaml windows-8 microsoft-metro
How to deploy a Metro App to the Desktop?

I am trying to deploy my C# app to my Windows 8 Metro desktop. I can see the deployed files in …

c# .net windows-8 microsoft-metro visual-studio-2012
Calling MVC4 WebAPI methods from C# Metro UI Client using PostAsync, HttpClient & Json

I've created a method using the new WebAPI features in MVC4 and have it running on Azure. The method requires …

c# httpclient windows-8 microsoft-metro asp.net-mvc-4