uwp tag

5 questions


1 answers
76 views
0
Binding UserControl During DataTemplate

The problem is that when you call UserControl in DataTemplate from an ItemSource such as ListView, Binding does not work.The UserControls I created are as follows: MyUserControl1.cs namespace Editable...

1 years ago

1 answers
101 views
0
Learn more about Windows.Security.Credentials.PasswordVault and its safety.

I am developing an app at UWP.I learned that Windows.Security.Credentials.PasswordVault exists as a way to store credentials such as username and password.However, there was little information on whet...


1 answers
94 views
0
UWP App to MySQL Connection Does Not Resolve Errors

I am creating a C#UWP app in VS2019.MySql.Data also has v8.0.22 installed on NuGet.A simple example of connecting to a MySQL server running on the same network is created according to the tutorial, bu...

1 years ago

1 answers
96 views
0
I want to open the web page by dragging and dropping the web link into UWP's WebView.

I'd like to drag and drop the web link into UWP's WebView to display the web page.I implemented it with the following code, but the first time I succeeded, but after the web page appears, I will no lo...

1 years ago

1 answers
81 views
0
[UWP/WPF/C++/CX] There are two properties with different names. Why?

I'm practicing to create a UWP app with C++/CX.Every time I look at an object browser, if there is one property, there is a similar property with the same name behind it, what is this?Each detailed de...


© 2024 OneMinuteCode. All rights reserved.