55,934 questions with Developer technologies-related tags

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

UWP Web view get blinks one time after loading

How can we fix web view blink issue? XAML code util:WebViewCustomProperties.HtmlContent="{Binding CourseDescription}" WebViewCustomProperties Class // "HtmlContent" attached property for a WebView         public static readonly…

Developer technologies | Universal Windows Platform (UWP)
asked 2019-11-22T09:58:32.06+00:00
Nimalika 21 Reputation points
commented 2019-11-25T06:57:10.277+00:00
Nimalika 21 Reputation points
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
1 answer One of the answers was accepted by the question author.

Covert my app to UWP

I have a console app and I have made some changes to the registry. If I convert to UWP how it can be done and what happen with the registry.

Developer technologies | Universal Windows Platform (UWP)
asked 2019-11-08T03:50:00.527+00:00
Lucas 41 Reputation points
accepted 2019-11-08T08:10:52.02+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.

UWP Performance: Task.Run() vs Background Service

I'm working on a UWP app that is showing videos, images & XAML animations. The content displayed is being updated from time to time by pushing updates from the server to the app through grpc. When updates happen the app will need to download new…

Developer technologies | Universal Windows Platform (UWP)
asked 2019-11-04T11:14:01.42+00:00
Thomas Pentenrieder 36 Reputation points MVP
commented 2019-11-05T09:35:17.307+00:00
Thomas Pentenrieder 36 Reputation points MVP
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
1 answer One of the answers was accepted by the question author.

Switch the ListView Datatemplate from one data template to another data template?

I am developing Universal Windows 10 app, in one of my current project I want to change the ListView Data Template in runtime. Right now I have used only one Data Template, but in my scenario after a button is pressed, I want to change it to another…

Developer technologies | Universal Windows Platform (UWP)
asked 2019-10-30T06:35:18.337+00:00
Fei Xue - MSFT 1,111 Reputation points
accepted 2019-10-31T02:14:32.247+00:00
Fei Xue - MSFT 1,111 Reputation points
1 answer One of the answers was accepted by the question author.

How to check if an add-on has purchased that use StoreContext class

I have defined a durable AddOn, and when I used RequestPurchaseAsync() method to check if an add-on has purchased or not, it always shows UI which will be annoying to the user. In the previous version I used:…

Developer technologies | Universal Windows Platform (UWP)
asked 2019-10-30T06:32:31.537+00:00
Fei Xue - MSFT 1,111 Reputation points
accepted 2019-10-31T02:14:12.063+00:00
Fei Xue - MSFT 1,111 Reputation points
1 answer One of the answers was accepted by the question author.

Share a large file between two UWP apps using Stream Sockets

I need to share a large file between two UWP apps which are running in two different machines using stream sockets. In order to share the file successfully, I have to share file size before sharing the actual file. So I had to set a separate event in…

Developer technologies | Universal Windows Platform (UWP)
asked 2019-10-30T06:27:51.737+00:00
Fei Xue - MSFT 1,111 Reputation points
accepted 2019-10-31T02:13:55.107+00:00
Fei Xue - MSFT 1,111 Reputation points
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…

Developer technologies | Universal Windows Platform (UWP)
asked 2019-10-30T06:39:53.99+00:00
fangfang wu 91 Reputation points Microsoft Employee Moderator
accepted 2019-10-31T01:30:09.63+00:00
fangfang wu 91 Reputation points Microsoft Employee Moderator