Top "Windows-store-apps" questions

This refers to Windows 8 and Windows 8.1 apps only.

Set image source

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 imagesource
Kiosks in Windows 8 Running Regular Software (Non-Windows Store App)

My 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-mode
System.Net.Http.HttpClient vs Windows.Web.Http.HttpClient - What are the main differences?

When 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-httpclient
Windows 10 universal app - Run in fullscreen mode by default

I 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-universal
How to show Popup/Flyout at clicked item in ListView/GridView in Windows Store App

I am working on a Windows Store App and would like to show some additional information about an Item that …

c# listview windows-store-apps flyout
Dependency Property assigned with value binding does not work

I 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.1
Debugging Windows Store application on local machine

I 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-apps
Best way to access current instance of MainPage in a Windows Store app?

I was wondering how one could access the current instance of the main page from a different class in a …

c# windows-store-apps
How do I auto increment the package version number?

I 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-apps
Sideloaded app requires package Microsoft.VCLibs.120.00 on my build server

In trying to run integration tests on my windows store app but the sideloading of my test appx file fails …

windows-store-apps sideloading