2,885 questions with Universal Windows Platform (UWP) tags

Sort by: Updated
1 answer One of the answers was accepted by the question author.

Setting Textbox.Text from BluetoothLEAdvertisementWatcher's received event throws an exception

I am creating a Bluetooth LE application in C# using a UWP project and have subscribed to get the Received event from the BluetoothLEAdvertisementWatcher. I can see the data correctly using Debug.Writeline to the Output window, but as soon as I try…

Universal Windows Platform (UWP)
asked 2019-10-30T06:39:53.99+00:00
fangfang wu 91 Reputation points Microsoft Employee
accepted 2019-10-31T01:30:09.63+00:00
fangfang wu 91 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Localization issues when using App Bundle in UWP

I’m having issues with Localization in my UWP applications. I can reproduce this issue using Microsoft Localization sample. The following is what I have done to reproduce this issue: Step1: I open the project in Visual Studio. I test it…

Universal Windows Platform (UWP)
asked 2019-10-30T06:16:16.72+00:00
fangfang wu 91 Reputation points Microsoft Employee
accepted 2019-10-31T01:29:24.623+00:00
fangfang wu 91 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

How to write and read multiple types of data using Data Writer and Data Reader

I need to write a file length, file data and its type as a string value to the stream. I’m using the following code with Data Writer. writer = new DataWriter(socket.OutputStream); // if we have a StorageFile named file using (var…

Universal Windows Platform (UWP)
asked 2019-10-30T06:58:34.097+00:00
fangfang wu 91 Reputation points Microsoft Employee
accepted 2019-10-31T01:28:01.777+00:00
fangfang wu 91 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Get Network usage information in UWP apps

We have a WPF app which is used for monitor Network for the desktop. Now my team decides to create a new UWP app to implement the similar functions. Currently I am trying to show network usage info in UWP, but I don’t know where to start and what API…

Universal Windows Platform (UWP)
asked 2019-10-30T07:21:08.457+00:00
Elvis Xia 131 Reputation points Microsoft Employee
accepted 2019-10-30T09:01:21.503+00:00
Elvis Xia 131 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

[C#]Scale a frameworkelement using a storyboard in UWP does not work

I have created a UWP app that I want to implement the following requirements: 1)First I need to move several animated images from various canvas locations to a specific location 2)Then at the same time scale those images from its current size to…

Universal Windows Platform (UWP)
asked 2019-10-30T07:13:56.47+00:00
Elvis Xia 131 Reputation points Microsoft Employee
accepted 2019-10-30T09:01:08.547+00:00
Elvis Xia 131 Reputation points Microsoft Employee