Questions tagged as 'uwp'

1
answer

How to use Facebook login on Windows universal platform?

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...
asked by 19.03.2016 / 15:55
1
answer

Encrypt in UWP and Decrypt in Web API

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...
asked by 27.12.2017 / 14:04
1
answer

Floating Menu in a Webview - UWP

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 ?     
asked by 15.01.2017 / 00:46
2
answers

listbox with bank records

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...
asked by 13.03.2017 / 14:15
1
answer

UWP XAML ListView.ItemTemplate does not follow the column spacing defined in ListView.HeaderTemplate

I'm writing an app with ListView defined below: <ListView x:Name="TodosRecibos"> <ListView.HeaderTemplate> <DataTemplate> <Grid Padding="12" Background="Transparent"&g...
asked by 15.06.2018 / 21:26
1
answer

item listbox (UWP)

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...
asked by 14.03.2017 / 12:19
1
answer

Event item ComboBox

I have a comboBox and I would like it when I select the date item it makes the datapick visible. How do I perform this operation?     
asked by 01.04.2017 / 13:32
1
answer

System.Runtime.Remoting.RemotingException in XAML Designer VS2015

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...
asked by 04.01.2017 / 22:10
1
answer

Universal alert win 10 app

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.     
asked by 07.03.2017 / 19:22
1
answer

Class Library (Portable) UWP + WPF

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...
asked by 12.09.2016 / 03:15