This refers to Windows 8 and Windows 8.1 apps only.
I am trying to set image source to something from my computer (not in the assets). This is how I …
c# wpf image windows-store-apps imagesourceMy company operates using public kiosks. These kiosks are running Windows 8 and though they are secure, they are certainly not …
c# windows-8 windows-store-apps kiosk kiosk-modeWhen developing .NET 4.5 desktop apps for Windows I have been used to use System.Net.Http.HttpClient for all communication …
c# .net windows-store-apps dotnet-httpclientI have application with target windows 8.1 and when I run this application on Windows 10, it is run in small window …
uwp windows-runtime windows-store-apps windows-10 windows-10-universalI am working on a Windows Store App and would like to show some additional information about an Item that …
c# listview windows-store-apps flyoutI have a usercontrol with a dependency property. public sealed partial class PenMenu : UserControl, INotifyPropertyChanged { public event PropertyChangedEventHandler PropertyChanged; protected …
c# windows-store-apps winrt-xaml dependency-properties windows-8.1I am trying to debug Windows 8 C# Store application with Local Machine debugger. So, I added some incorrect line to …
c# debugging windows-8 visual-studio-2012 windows-store-appsI was wondering how one could access the current instance of the main page from a different class in a …
c# windows-store-appsI realize that the build/revision number of the assembly can be auto incremented by changing [assembly: AssemblyVersion("1.0.0.0")] to [assembly: …
c# visual-studio-2013 windows-store-appsIn trying to run integration tests on my windows store app but the sideloading of my test appx file fails …
windows-store-apps sideloading