I'm trying to mount Facebook login to an app so that it works using the app or website according to the tutorial:
link
It has a similar question, but that does not answer me by limiting the solution to the application only as I understoo...
I'm trying to encrypt a string in a Universal Windows Platform (UWP) application and decrypt the string in a Web application API.
The problem is that I can not find / modify an algorithm common to both platforms.
I currently use the code b...
I wish you could guide me in one thing. How do I do when I right-click an open link in a Webview open a menu of options with functions like copy link and open link ?
With this code I create an item in the listbox with the id number, I would like it to create an item for each id record it has in the database. Bank: Mysql Code: UWP C #
using (_connection = new MySql.Data.MySqlClient.MySqlConnection("Databas...
I'm writing an app with ListView defined below:
<ListView x:Name="TodosRecibos">
<ListView.HeaderTemplate>
<DataTemplate>
<Grid Padding="12" Background="Transparent"&g...
With this code I add items to listbosx with the amount of registration I have. How to have a check before to know if the item of that record has already been added and does not act item with the same none of id?
private void button_Click(obje...
I have a problem in Visual Studio. When I create a new UWP10 project in white, it comes up with the basic code.
<Page
x:Class="FoxMovieStoreMain.MainPage"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x...
I need help to issue an alert signal in the application I'm trying to develop. At first I thought I'd show a red flashing textblock on the screen. if someone else has a better option help me or help me in the way I thought.
I created a simple Portable Class Library project that is being used in two WPF e UWP projects.
Both projects work normally, however, the UWP project while compiling displays the following error message:
Althoughthepro...