Windows Runtime (WinRT) is a Microsoft platform architecture that allows applications to run in a sandboxed environment exposing a 'Windows Modern Style' UI/UX.
I've downloaded and installed the windows 8 consumer preview, and I'd like to figure out how to use the UI Automation …
windows-8 windows-runtime ui-automationI'm creating a MetroStyle app and I want to generate a MD5 code for my string. So far I've used …
c# .net windows-runtime microsoft-metroI am trying to read a file in my Windows 8 Store App. Here is a fragment of code I use …
file-io windows-8 windows-runtime datareaderIn a WinRT .NET application (C#) I want to get the custom attributes, that are defined on an enum value. …
c# .net attributes windows-runtimeConsider the following to be extracts from a Windows 8 Metro / WinRT app, which have been reduced to the bare minimum …
windows-8 microsoft-metro windows-runtime async-await c#-5.0I am trying to add a swipe gesture to the SplitView control (aka "hamburger menu") of UWP, similar to the …
c# windows-runtime winrt-xaml windows-10 uwpI'm having a problem with suspending event on Windows Phone 8.1 using WinRT, it does not fire. I don't know why. …
c# uwp windows-runtime windows-phone-8.1 win-universal-appI'm trying to override the Pivot header foreground theme brushes, but no matter what I do the UWP app just …
xaml windows-runtime win-universal-app windows-10 uwpI've created a Metro-style C#/XAML application, and now I'm trying to add it to version control (Git and, later, …
windows-runtime winrt-xaml pfxI was wondering how I could go about converting an ImageSource object (in my case the source property of an …
c# windows-runtime windows-store-apps writeablebitmap imagesource