70,817 questions with Windows-related tags

Sort by: Updated
0 answers

UPW BroadFileSystemAccess - not working

I am looking at uwp app trying to figure out BroadFileSystemAccess -- I cannot seem to get it to work. a. I have no plans on putting this into MS Store DO I need to get anything special I added the following to the Package manifest file …

Universal Windows Platform (UWP)
asked 2020-04-26T17:52:07.353+00:00
Paul Ryan 321 Reputation points
commented 2020-04-28T01:42:34.14+00:00
Richard Zhang-MSFT 6,936 Reputation points
0 answers

UWP App on XBOX crash at start only when I download it from the Microsoft Store

I loaded it on the microsoft store, it passed the certifications, and it is now available. But, when I install it (or other users) and open it it crashes directly. However, when I run the application from visual studio in debug or release mode I have no…

Universal Windows Platform (UWP)
asked 2020-04-27T02:49:52.8+00:00
Patrick Mao 1 Reputation point
commented 2020-04-27T07:02:57.19+00:00
Fay Wang - MSFT 5,201 Reputation points
2 answers One of the answers was accepted by the question author.

UWP Shortcut running an older version

When I debug (press F5) a release UWP app on Visual Studio 2019 it runs fine. However, when I click on the same app in the Start menu or I click the app shortcut on the desktop or call its keyboard shortcut, the app that runs is an old version. How…

Universal Windows Platform (UWP)
asked 2020-04-25T14:55:51.723+00:00
ansalc 436 Reputation points
accepted 2020-04-27T06:47:56.05+00:00
ansalc 436 Reputation points
0 answers

How can i remove the dll in appxupload after certification?

hello ,i have find that my appxupload package include some *.dll inside(like clrcompression.dll Microsoft.CSharp.dll etc),i wanna know if there is any way to delete them? i have found sometimes it will automatics delete after certification. is there any…

Universal Windows Platform (UWP)
asked 2020-04-24T08:42:53.94+00:00
hao wu 1 Reputation point
commented 2020-04-27T05:41:30.84+00:00
Roy Li - MSFT 32,721 Reputation points Microsoft Vendor
1 answer

In the photo I can't get the LoadMediaFile code working properly in xaml

In the photo I can't get the LoadMediaFile code working properly in xaml ![7646-screenshot-10.png][1] [1]: /api/attachments/7646-screenshot-10.png?platform=QnA

Universal Windows Platform (UWP)
asked 2020-04-24T12:36:59.47+00:00
Anonymous
answered 2020-04-27T04:06:55.967+00:00
Richard Zhang-MSFT 6,936 Reputation points
0 answers

In App Purchases Problems

I have written an app for the Microsoft Store. While I can see if license has been purchased or if still running under a trial period, I cannot for the life of me get the in-app purchase to work. I have followed various examples from both MS websites and…

Universal Windows Platform (UWP)
asked 2020-04-24T21:45:18.547+00:00
David Bailey 1 Reputation point
commented 2020-04-27T03:02:02.43+00:00
Roy Li - MSFT 32,721 Reputation points Microsoft Vendor
2 answers One of the answers was accepted by the question author.

How do I allow a user to open a PDF stored in my UWP App?

I'm developing a UWP app and I want the user to be able to open a PDF stored in my app in Reader or a browser on the user's desktop. I first used the following code-behind from an app bar button click: string filename1 =…

Universal Windows Platform (UWP)
asked 2020-04-25T02:56:52.61+00:00
Generation Continuum 191 Reputation points
commented 2020-04-26T20:41:32.497+00:00
Generation Continuum 191 Reputation points
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,216 Reputation points
commented 2020-04-26T15:12:20.483+00:00
Heiko 1,216 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,201 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,746 Reputation points
accepted 2020-04-24T09:17:36.427+00:00
Shay Wilner 1,746 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,201 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,705 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,201 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,126 Reputation points
commented 2020-04-24T07:54:35.827+00:00
Fay Wang - MSFT 5,201 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,126 Reputation points
commented 2020-04-24T06:31:50.757+00:00
Fay Wang - MSFT 5,201 Reputation points