Top "Windows-store" questions

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

Thread.Sleep replacement in .NET for Windows Store

Thread.Sleep doesn't seem to be supported in .NET for Windows Store apps. For example, this System.Threading.Thread.Sleep(1000); …

c# .net windows-store windows-store-apps
How to uninstall an app that another user installed?

I keep hitting this problem when I try to debug my Windows 8 apps and there is a copy already installed …

powershell windows-8 windows-runtime windows-store-apps windows-store
Handle Swipe Up, Swipe Down, Swipe Left & Swipe Right Gestures in a WinRT app

I have the following code: public MainPage() { this.InitializeComponent(); this.ManipulationStarting += MainPage_ManipulationStarting; this.ManipulationStarted += MainPage_ManipulationStarted; this.ManipulationInertiaStarting += MainPage_…

c# .net xaml windows-runtime windows-store
Retrieve the Current App version from Package

While I can get the assembly version using the following code var assembly = typeof(App).GetTypeInfo().Assembly; var assemblyVersion = assembly.…

c# windows-store-apps uwp windows-store prism-storeapps
create_task and return values

I need to call an Async method within a method I declared. The method should return a value. I'm trying …

c++ windows-8 c++-cx windows-store
Start Async Task without using Await in called method

Window store app that has a long running method that I need to call when the application starts up, but …

vb.net windows-runtime multitasking windows-store
How to Distribute Compiled Windows 8 Metro Applications without Windows Store?

I am just curious if there is a way to package up a Windows 8 Metro application to distribute it to …

windows-8 visual-studio-2012 windows-runtime windows-store sideloading
Mouse cursor is not showing in windows store game developing using monogame

I am developing a game for windows store (desktops) using monogame framework. everything else is working excellent except the Mouse …

xna monogame windows-store
What are .ni.dll and .ni.exe files in a minidump?

I got a minidump from the Windows Store Apps submission process (sent by a reviewer) because of a crash in …

c# windows-store-apps windbg windows-store
SignTool internal error when trying to repackage an APPX package?

I'm analyzing existing Windows Store applications and modifying them to make sure my company's obfuscator works with them. I've ran …

windows-8 package windows-runtime signtool windows-store