Top "Windows-store" questions

The Windows Store is a digital distribution platform for Windows applications.

Unable to get developer license for windows 8

When I try to create a windows store program in Visual Studio 2012, I was prompt to install the developer license, …

windows-8 windows-store
How play a .mp3 (or other) file in a UWP app?

I try this: PlayMusic = new MediaElement(); PlayMusic.AudioCategory = Windows.UI.Xaml.Media.AudioCategory.Media; PlayMusic.Source = new Uri(@"C:\Users\…

c# audio uwp windows-store-apps windows-store
Http Get Request GetResponse Error

Im trying to send a get request and get the content of a webpage. i have these code. string url = "…

c# get request windows-store webresponse