Windows Runtime (WinRT) is a Microsoft platform architecture that allows applications to run in a sandboxed environment exposing a 'Windows Modern Style' UI/UX.
How do I convert the contents of a Platform::String to be used by functions that expect a char* based …
c++ character-encoding microsoft-metro windows-runtime c++-cxI found this example on MSDN that shows some ways to configure a textblock: A lot of it seems to …
xaml windows-runtime windows-store-apps winrt-xamlI'm quite astounded by the apparent complexity of this seemingly simple task. I know that I have to use the …
c# wpf windows-8 microsoft-metro windows-runtimeHow can i make the ListItems inside windows 8 ListView to flow horizontally. Default behavior is vertical, but i want to …
listview windows-runtime winrt-xamlI want to use a HTTP webservice, and I've already developed an app for wp7. I use the WebClient class, …
c# webclient windows-8 windows-runtime visual-studio-2012How do I remove the box with the 3 icons when debugging?
c# visual-studio xaml windows-runtime win-universal-appI'm trying to iterate all files in a directory using GetFilesAsync, but every time I call the GetResults method, it …
exception windows-8 windows-runtime local-storage winrt-asyncI am trying to learn DirectX Programming. But I have hit a snag. I seem to be missing this file: …
c++ windows-8 visual-studio-2012 directx windows-runtimeI'm developing a Windows Store App using C# + XAML. When I add a TextBox with the property TextWrapping set to …
c# xaml windows-8 windows-runtime windows-store-appsTo my understanding, WinRT apps store their application data in C:\Users\{user}\AppData\Local\Packages My Windows Phone 8.1 application …
windows-runtime windows-phone-8.1