Windows Universal apps target multiple types of devices via a single codebase.
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 uwpI 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-universalI'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 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-xamlI'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-10I'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-universalI 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-mobileTypically 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-communicationI 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