The Windows Store is a digital distribution platform for Windows applications.
When I try to create a windows store program in Visual Studio 2012, I was prompt to install the developer license, …
windows-8 windows-storeI 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-storeIm 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