Windows Universal apps target multiple types of devices via a single codebase.
I have a WinJS project that is previously built on Windows 8.1 using VS 2013. Recently I upgraded this project to Universal …
c# visual-studio win-universal-app windows-10 windows-10-universalI want to use MessageBox for showing download errors in my WP8.1 app. I added: using System.Windows; but when …
c# windows-phone-8.1 win-universal-appI've just started learning UWP app development on Windows 10 Pro using Visual Studio 2015 Community Edition. I tried to modify the …
c# window win-universal-app windows-10 uwpI am trying to get my head round the new Windows 8 Runtime that is used to create Metro style apps. …
wpf windows-runtime windows-store-apps windows-10 win-universal-appI´m developing an app that is reading jpeg and pdf files from a configurable location on the filesystem. Currently …
c# wpf win-universal-appI am a newbie about Windows store apps development. What is the main function and benefits of Blend for Visual …
c# visual-studio visual-studio-2015 win-universal-app blendI'm having a little issue here in showing images. So when I'm trying to load images from XAML, I can …
c# xaml win-universal-appIs it possible to run a windows 10 universal app on windows 8.1? I searched a lot, but I didn't find a …
windows windows-8.1 win-universal-app windows-10My Question: How do I do this? So, I hadn't touched anything .Net in about 6 years until this week. There's …
c# win-universal-app system.netI'm trying to make an app that use the camera to record a video and process the images of the …
c# video image-processing win-universal-app