Top "Windows-10-universal" questions

The Universal Windows Platform is a common platform for all devices running Windows 10.

Windows UWP connect to BLE device after discovery

I'm using BluetoothLEAdvertisementWatcher to find nearby BLE devices and it's working well. After finding them I want to connect and …

c# bluetooth-lowenergy win-universal-app windows-10-universal gatt
UWP Check If File Exists

I am currently working on a Windows 10 UWP App. The App needs to Check if a certain PDF File exists …

c# pdf win-universal-app windows-10-universal windows-10-mobile
how to read a text file in windows universal app

I am trying to read a text file named thedata.txt that has a list of words that I want …

c# windows-10-universal windows-10-mobile
Custom Content Dialog in UWP with 3+ buttons

I'd like to display a content dialog box that has more than the traditional Primary and Secondary results. Since I …

c# dialog windows-10-universal
are multiple version of the Windows SDK necessary?

I was just looking through my installed programs to free up some space, and I noticed that there are two …

visual-studio-2015 windows-10-universal
Changing Theme in Windows 10 UWP App Programmatically

I was able to change theme using this.RequestedTheme = ElementTheme.Dark; But what I need is the whole application level, …

c# windows-10 windows-10-mobile windows-10-universal
await Task.CompletedTask for what?

I created UWP app with Windows Template Studio that introduced at Build2017. Below class is a part of generated code …

c# uwp async-await task windows-10-universal
'App installer failed to install package dependencies. Ask the developer for Microsoft.VCLibs.140.00

screenshot of the error I am getting this error:"App installer failed to install package dependencies.Ask the developer for …

visual-studio-2017 windows-10-universal appx sideloading
Windows 10 universal app - Run in fullscreen mode by default

I have application with target windows 8.1 and when I run this application on Windows 10, it is run in small window …

uwp windows-runtime windows-store-apps windows-10 windows-10-universal