The Windows Store is a digital distribution platform for Windows applications.
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-appsI 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-storeI 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-storeWhile 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-storeappsI 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-storeWindow 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-storeI 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 sideloadingI am developing a game for windows store (desktops) using monogame framework. everything else is working excellent except the Mouse …
xna monogame windows-storeI 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-storeI'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