3,087 questions with Developer technologies | Universal Windows Platform (UWP) tags

Sort by: Updated
2 answers

Stream Sockets

Hi, We have two different UWP apps used in our project. From one App to the other we need to send some notification for a particular event. The 2 apps will always be running in 2 devices. App1 will be used by certain set of users in some devices and…

Developer technologies | Universal Windows Platform (UWP)
asked 2019-11-19T08:52:00.937+00:00
Madhu 96 Reputation points
answered 2019-11-19T22:15:23.96+00:00
Xiaodi Yan 881 Reputation points MVP
2 answers

[UWP] Serialize app local settings

I want to be able to take the settings for my app and copy them so that they can be shared by different users on different machines. Is there a way to serialize or some how copy the app settings to a different location?

Developer technologies | Universal Windows Platform (UWP)
asked 2019-11-12T16:42:02.05+00:00
Jim Young 6 Reputation points
commented 2019-11-14T01:40:56.47+00:00
Xiaodi Yan 881 Reputation points MVP
1 answer One of the answers was accepted by the question author.

Data binding in UWP

What is the diffrence between binding and x:bind. My xaml code works fine when I change to binding. But I can not share my code, I also try to upload image, it fail as well. How can I share my code?

Developer technologies | Universal Windows Platform (UWP)
asked 2019-11-08T08:29:00.797+00:00
Anbie 21 Reputation points
commented 2019-11-08T11:27:54.763+00:00
Anbie 21 Reputation points
1 answer One of the answers was accepted by the question author.

Push notification in UWP after covert

I want to let my console app to use the push notification in UWP, so my team decide to covert our Console app to UWP. The question is how to implement the push notification after convert. Thanks.

Developer technologies | Universal Windows Platform (UWP)
asked 2019-11-08T03:57:45.06+00:00
Lucas 41 Reputation points
commented 2019-11-08T08:12:31.28+00:00
Lucas 41 Reputation points
3 answers One of the answers was accepted by the question author.

problem with richedittext

private void ComboChanged(object sender, SelectionChangedEventArgs e) { richEbitBox.Document.GetText(TextGetOptions.AdjustCrlf, out string value); var id = sender as ComboBox; switch (id.Tag) { case…

Developer technologies | Universal Windows Platform (UWP)
asked 2019-11-07T08:16:10.87+00:00
Eduardo Gomez 4,316 Reputation points
commented 2019-11-08T01:32:46.75+00:00
Anonymous
1 answer One of the answers was accepted by the question author.

Consuming UWP mail api from WPF Desktop Bridge App

I'm porting my WPF application to UWP, but some APIs are not permitted in the UWP - one of these is classic mail API (MAPI). I've already made some successfull tests about consuming UWP APIs from Desktop Application and hoped the mail api will work…

Developer technologies | Universal Windows Platform (UWP)
asked 2019-10-30T06:17:48.137+00:00
Anonymous
commented 2019-11-06T03:46:23.947+00:00
Xie Steven 831 Reputation points
1 answer One of the answers was accepted by the question author.

Detect if user has finished drawing strokes in InkCanvas

I am using VS2017 to develop my UWP app and my APP min target version is 10.14393. Is there any event of InkCanvas I can use to detect whether user has finished drawing strokes or not. I want to enable some button after user has drew strokes. …

Developer technologies | Universal Windows Platform (UWP)
asked 2019-10-30T06:37:29.4+00:00
Fei Xue - MSFT 1,111 Reputation points
accepted 2019-10-31T02:14:37.417+00:00
Fei Xue - MSFT 1,111 Reputation points