2,809 questions with Universal Windows Platform (UWP) tags

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

How to animate the height?

Hi, I want to fade in a grid by moving the MaxHeight of the grid from 0 to 400. Unfortunately this does not work. If I show the grid and animate its opacity, it works. How can I animate the height? <Page.Resources> <Storyboard…

Universal Windows Platform (UWP)
asked 2020-04-26T11:31:03.307+00:00
Heiko 1,211 Reputation points
commented 2020-04-26T15:12:20.483+00:00
Heiko 1,211 Reputation points
1 answer One of the answers was accepted by the question author.

Get image from player to tile app

Hi, I'm developing a music app and I want to load the image of thumbnail player has into tile app, but I don't find the path of image. I have tried to search on properties of file but I don't find information of it. So, Could you give me some advice in…

Universal Windows Platform (UWP)
asked 2020-04-23T21:27:30.513+00:00
Jesús Mari Saso 21 Reputation points
accepted 2020-04-24T15:45:47.073+00:00
Jesús Mari Saso 21 Reputation points
2 answers One of the answers was accepted by the question author.

Updating a sideloaded UWP app

Hi, I have a UWP application sideloaded on ~30 tablets for my company. What is the best way to update the application? Currently, I am manually updating every one - I am able to automate copying the package to the device but I then have connect and…

Universal Windows Platform (UWP)
asked 2020-04-15T17:58:11.783+00:00
Paula Morgan 276 Reputation points
commented 2020-04-24T11:09:09.877+00:00
Paula Morgan 276 Reputation points
0 answers

UWP Custom Device integration and uninstall of the UWP app

I have custom capability declared in my UWP application to communicate with the custom device. When The UWP application is being Uninstalled I have to notify custom device so custom device can take actions to clean up data related to my UWP app How…

Universal Windows Platform (UWP)
asked 2020-04-08T20:09:40.913+00:00
Katerina Egorova 1 Reputation point
commented 2020-04-24T09:33:52.51+00:00
Fay Wang - MSFT 5,191 Reputation points
1 answer One of the answers was accepted by the question author.

How to access to a textblock of datatemplate of a listview

Hi I have a listview <ListView Style="{StaticResource ListViewStyle1}" x:Name="Dgvresult" Height="600" Width="580" HorizontalAlignment="Center" VerticalAlignment="Top"…

Universal Windows Platform (UWP)
asked 2020-04-23T20:59:15.607+00:00
Shay Wilner 1,726 Reputation points
accepted 2020-04-24T09:17:36.427+00:00
Shay Wilner 1,726 Reputation points
1 answer

Using Onedrive with Uwp App for Microsoft store

Using Onedrive with Uwp App (c#) for Microsoft store . What are the ApIs to use in App?

Universal Windows Platform (UWP)
asked 2020-04-14T18:19:20.627+00:00
Javier R 211 Reputation points
commented 2020-04-24T07:57:27.477+00:00
Fay Wang - MSFT 5,191 Reputation points
2 answers

remove Item template background

when I make template to list view item in UWP it give me a background white or black to that template such as: how can I remove this black background this is the template that I was working with: …

Universal Windows Platform (UWP)
Windows Presentation Foundation
Windows Presentation Foundation
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
2,670 questions
asked 2020-04-04T21:39:10.577+00:00
AbdAlghani 1 Reputation point
commented 2020-04-24T07:55:05.373+00:00
Fay Wang - MSFT 5,191 Reputation points
1 answer

How do I Customize the Ticks in a Slider's Tickbar?

I am working on customizing a Slider using it's ControlTemplate. One component of the ControlTemplate is the Tickbar(s). According to the information I found, the ticks are always 1 pixel wide. This makes the tick marks very hard to see, so I would like…

Universal Windows Platform (UWP)
asked 2020-04-02T17:46:05.76+00:00
Nathan Sokalski 4,116 Reputation points
commented 2020-04-24T07:54:35.827+00:00
Fay Wang - MSFT 5,191 Reputation points
1 answer

What are the possibilities for a system cleaner in uwp?

I need a suggestion. I see a large gap between the capabilities and the requirements even for a simple system cleaner, since there are too many restrictions. Cleaning the recycle bin & un-installing unused apps are undoubtfully essential, but…

Universal Windows Platform (UWP)
asked 2020-04-17T05:02:16.713+00:00
Nasreen DGM 1 Reputation point
commented 2020-04-24T07:13:51.34+00:00
Richard Zhang-MSFT 6,936 Reputation points
0 answers

How to set Proxy in MessageWebSocket?

I want to set a proxy in MessageWebSocket..i got this "PasswordCredential ProxyCredential" but don't understand how to set proxy URL Example proxy: URL:- 127.0.01 Port:- 8888 Getting 403 error; Forbidden (403). (Exception from HRESULT:…

Universal Windows Platform (UWP)
asked 2020-04-14T14:07:25.5+00:00
MangoApps 91 Reputation points
commented 2020-04-24T07:13:30.203+00:00
Richard Zhang-MSFT 6,936 Reputation points
0 answers

Auto Suggest Box bound to a CDS table

I am attempting to create an Auto Suggest Box that works like a Lookup field in PowerApps. I want to bind it to the org Users table in CDS so you can start typing in a name and it will give you suggestions from that Users list. Is there a way to bind…

Universal Windows Platform (UWP)
asked 2020-04-09T18:18:14.26+00:00
Nathanael Woodhead 111 Reputation points
commented 2020-04-24T07:12:48.077+00:00
Richard Zhang-MSFT 6,936 Reputation points
0 answers

What is this error? EETypeRva:0x00075618

Hi. When uwp player app develop, an error occurs with the MediaSourceOpenOperationCompletedEventArgs parameter of the OpenOperationCompleted event while attempting to open the mediasource. The error code is EETypeRva: 0x00075618. Please help…

Universal Windows Platform (UWP)
asked 2020-04-09T02:55:07.907+00:00
hacysean99 1 Reputation point
commented 2020-04-24T07:12:06.283+00:00
Richard Zhang-MSFT 6,936 Reputation points
3 answers

How do I use an image from ImageCropper with Windows.Media.Ocr?

I am attempting to use an image from the ImageCropper in Windows Community Toolkit (https://learn.microsoft.com/en-us/windows/communitytoolkit/controls/imagecropper) with Windows.Media.Ocr. This is my first time using either one of these, and my…

Universal Windows Platform (UWP)
asked 2020-04-20T16:36:23.347+00:00
Nathan Sokalski 4,116 Reputation points
commented 2020-04-24T06:31:50.757+00:00
Fay Wang - MSFT 5,191 Reputation points
2 answers One of the answers was accepted by the question author.

ContentDialog PrimaryButtonClick closes the dialog before the async operation completes.

Hi I have a ContentDialog, when I click on the primary button the PrimaryButtonClick event is raised which then calls an async operation. But before the async operation completes the dialog is closed. Is there a way to prevent this? private async void…

Universal Windows Platform (UWP)
asked 2020-04-24T01:11:20.68+00:00
Gavin 116 Reputation points
accepted 2020-04-24T01:27:51.957+00:00
Gavin 116 Reputation points
0 answers

Quickstart: Call the Microsoft Graph API from a Universal Windows Platform (UWP) application

Good day! I attempted to the Quickstart: Call the Microsoft Graph API from a Universal Windows Platform (UWP) application. I took several approaches and came up with the same issue. Error Acquiring Token: …

Universal Windows Platform (UWP)
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,451 questions
asked 2020-04-21T16:22:37.297+00:00
Keith Nicholson 21 Reputation points
commented 2020-04-24T01:26:53.597+00:00
Roy Li - MSFT 31,766 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

Error bc30574 Option strict on disable late binding

Hi I get this error when i try to assign the content of a combobox item to a string comboyear is a combobox dim title as string title = comboyear.items(comboyear.SelectedIndex).content Thanks

Universal Windows Platform (UWP)
asked 2020-04-22T14:05:26.587+00:00
Shay Wilner 1,726 Reputation points
accepted 2020-04-23T10:10:21.877+00:00
Shay Wilner 1,726 Reputation points
1 answer

WebView.InvokeScriptAsync code examples

Can someone provide some code examples for using WebView.InvokeScriptAsync I am successfully using simple code like Dim scriptString As String = &#34;document.getElementsByName(&#39;submit&#39;)[0].click()&#34; …

Universal Windows Platform (UWP)
asked 2020-04-22T16:57:01.327+00:00
ansalc 436 Reputation points
commented 2020-04-23T09:05:51.01+00:00
Fay Wang - MSFT 5,191 Reputation points
0 answers

Hide all Default Properties and Event Handlers from UserControl

Hide all Default Properties and Event Handlers from UserControl while Implementation When I implement UserControl in MainPage.XAML , I want to hide all default properties or dependency Properties and Handler's, I want Only New Dependency…

Universal Windows Platform (UWP)
asked 2020-04-22T05:51:48.84+00:00
Indudhar Gowda 426 Reputation points
commented 2020-04-23T06:59:53.043+00:00
Richard Zhang-MSFT 6,936 Reputation points
0 answers

UWP APP with Microsoft.NETCore.UniversalWindowsPlatform 6.* startup crash

my uwp app with Microsoft.NETCore.UniversalWindowsPlatform 6.* local test run ok ,but download from partner center after certification 。it will crash when start up, system event log below: this app with Microsoft.NETCore.UniversalWindowsPlatform 5.4.7…

Universal Windows Platform (UWP)
asked 2020-04-22T07:20:02.353+00:00
hao wu 1 Reputation point
commented 2020-04-23T04:51:17.737+00:00
Roy Li - MSFT 31,766 Reputation points Microsoft Vendor
0 answers

How to dectect changes of windows hello PIN, fingerprint or face.

I would like to know how to detect changes of windows hello after enrolling a user with windows hello. For example, User A is activated windows hello and register PIN with "1234". User A enrolls in the service with windows hello. …

Universal Windows Platform (UWP)
asked 2020-04-23T00:05:50.353+00:00
Hyoil Lee 1 Reputation point
commented 2020-04-23T03:53:06.313+00:00
Richard Zhang-MSFT 6,936 Reputation points