Top "Win-universal-app" questions

Windows Universal apps target multiple types of devices via a single codebase.

Windows Universal App Fullscreen Button

Some Apps in the Windows Store have a Fullscreen button additional to the minimize, maximize and close button in the …

c# windows-10 win-universal-app uwp
How do I create a folder in a UWP application?

I am trying to create when I run my UWP application. I have the following code: string documentsPath = Package.Current.…

c# win-universal-app uwp windows-10-universal
Suspending event not raising using WinRT

I'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-app
Overriding Pivot header foreground brushes in UWP app (Win 10 RTM SDK)

I'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 uwp
How to invoke javascript functions in a WebView in Universal Windows App

I am new in Universal app development. Can any one help me into following code, I have load one website …

c# uwp win-universal-app uwp-xaml
Windows Universal app - no "Any CPU" configuration for Windows 10?

I'm updating Windows Universal project that was created with Windows Software Development Kit (SDK) for Windows 10 Technical Preview to Windows …

visual-studio-2015 win-universal-app windows-10
Visual Studio Pro 2015: Error DEP6100

I'm having issue on Visual Studio Pro 2015 when trying to debug (ARM Solution Platform selected) on a Windows 10 Mobile physical …

visual-studio win-universal-app uwp windows-10-mobile windows-10-universal
UWP: async read file into byte[]

I want to read a locally stored file into a byte array. How do I do that? This is my …

c# windows-phone win-universal-app windows-10-mobile
How to write serial data to COM ports with Universal Windows Application?

Typically C# applications use System.IO.Ports like so: SerialPort port = new SerialPort("COM1"); port.Open(); port.WriteLine("test");` But …

c# serial-port win-universal-app serial-communication
UWP Binding in Style Setter not working

I have problem with creating xaml control. I'm writing new project in VS 2015 in universal app. I want create grid. …

c# xaml win-universal-app setter itemcontainerstyle