Questions tagged as 'uwp'

1
answer

Remove UI Debugging Tools from the Window

I would like to know how to remove the UI Debugging Tools for XAML option that appears at the top of the WPF window (as shown below)     
asked by 07.08.2016 / 00:18
0
answers

MVVMLight Event to Command using Model for the Command Parameter

I've been trying to use MVVMLight's Event to Command to link my ViewModel's commands to events such as TextChanged's TextBox, for example. But Event to Command automatically assumes that the Command Parameter is the Event Args of TextChanged. I...
asked by 07.11.2018 / 13:52
0
answers

UWP Community Toolkit, DataGrid control: how to align cell content to the right

I have a numeric column in a DataGrid that I want your content to be aligned on the right. I read the documentation , especially Customizable templates and styling for cells, rows and headers where I ended up with this code to get the conten...
asked by 26.09.2018 / 20:01
0
answers

ProgressRing is not shown

I need to show progressring while running a task, but it does not appear and the screen is frozen until it runs. private async void btn_Criar_Click(object sender, RoutedEventArgs e) { pgr_Carregando.IsActive = true;...
asked by 06.06.2018 / 20:10
0
answers

VB.NET - How to make a Serial Test Loopback program on Universal Windows Platform?

I have a problem while doing the translation of C # code to VB.NET on the UWP platform doing a Serial UART Test Example made available by the Microsoft website. The program in C # is working perfectly, but when I try to run in VB.NET, the moment...
asked by 07.05.2018 / 20:18
0
answers

Error publishing UWP in WINDOWS STORE

I'm having the following error while posting to the Windows store (microsoft).    CreateFileW API in kernel32.dll is not supported for this application   type. MySql.Data.dll calls this API How to remove kernel32.dll ???     
asked by 22.03.2018 / 18:55
1
answer

App UWP connects SQL Server 2012 without WebService?

I need to develop a UWP application in C # / XAML for use in the industry for data collection via Lumia 640 XL mobile phone with Windows 10 Mobile. All persistence (CRUD) will be in SQL Server 2012 on the internal corporate network. The app will...
asked by 27.09.2017 / 22:08
0
answers

Develop Plugin for Windows Desktop

I am developing a cordova plugin for windows desktop and I need to use some native functions, I will have to use Windows Runtime. I started by following a tutorial and I have the following structure: - /src - /EchoRuntime - /bin - /obj...
asked by 16.10.2017 / 17:55
1
answer

Popular Listview UWP C #

I'm using a database with sqlite already done and with data in my application UWP and trying to display in listview the data that is in the Marcas table. What I have done so far was to create a class Marcas :...
asked by 17.08.2017 / 22:35
0
answers

Deserialization Json with DataContractJsonSerializer Null Pointer Exception

At first I'm auditioning if I can communicate right with the Wikipedia API. My first goal is to get data from the API, turn it into an object, and display something on the screen that demonstrates that this process is correct. I created a pac...
asked by 04.06.2017 / 18:15