3,022 questions with Universal Windows Platform (UWP) tags

Sort by: Updated
0 answers

There was a problem enabling Xbox Live Creators Program. Please try again later.

I can't create a support ticket, it gives an error. How to fix the problems in this image?

Universal Windows Platform (UWP)
asked 2025-03-05T11:25:07.5333333+00:00
Ali Çelik 10 Reputation points
commented 2025-03-09T11:47:26.7766667+00:00
Gaming International 5 Reputation points
0 answers

Create virtual printer using Print Support App (PSA)

Hello .net community, I'm trying to create a UWP PSA application following the https://learn.microsoft.com/en-us/windows-hardware/drivers/devapps/print-support-app-v4-design-guide guide. However when I deploy an app locally, the virtual printer is not…

Universal Windows Platform (UWP)
asked 2025-03-03T19:30:25.82+00:00
Yuriy Seniuk 5 Reputation points
commented 2025-03-07T09:26:01.9433333+00:00
Junjie Zhu - MSFT 20,771 Reputation points Microsoft External Staff
0 answers

Microsoft Analytics API returns a response "200 OK" status but the result is empty

I have a UWP app, and it is already in the Microsoft Store. I'm using Microsoft Partner Center as the service of the app. In the Dashboard, I see all the details about the app from the acquisition, insights, usage and etc. I'm investigating right now to…

Universal Windows Platform (UWP)
asked 2025-03-04T11:11:09.3666667+00:00
Ivan Kim 0 Reputation points
commented 2025-03-06T06:30:51.9333333+00:00
Junjie Zhu - MSFT 20,771 Reputation points Microsoft External Staff
1 answer

How to implement the download of free DLC without using UI thread

Hi, In a store app, is it possible to implemente do download of DLC without the need of the UI thread? I ve tried with storecontext but seems not possible. Also, is it possible to start the download of free DLC without the action of purchasing it? In my…

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
12,077 questions
Internet Information Services
Universal Windows Platform (UWP)
asked 2025-01-28T11:17:00.8+00:00
Rhuan Inocêncio 0 Reputation points
answered 2025-03-02T05:52:50.6266667+00:00
Rhuan Inocêncio 0 Reputation points
1 answer One of the answers was accepted by the question author.

X:Bind and comma in double value

Hello, I have such XAML <TextBox Text="{x:Bind FinancialItem2.Amount, Mode=TwoWay}" LostFocus="TextBox_LostFocus2" /> <TextBlock Text="{x:Bind…

Universal Windows Platform (UWP)
asked 2025-02-21T16:31:09.4+00:00
BitSmithy 2,186 Reputation points
commented 2025-02-27T15:29:56.08+00:00
BitSmithy 2,186 Reputation points
1 answer One of the answers was accepted by the question author.

Speech Recognition engine question on Windows

Hi MSFT member, On windows, when developing a Speech recognition app, there are about three solution APIs: Windows.Media.SpeechRecognition System.Speech Programming Guide for .NET Framework Microsoft Speech API (SAPI) Since We want to use local…

Universal Windows Platform (UWP)
asked 2025-02-22T06:56:27.04+00:00
clark-zh 40 Reputation points
edited an answer 2025-02-26T01:15:02.2933333+00:00
Roy Li - MSFT 34,101 Reputation points Microsoft External Staff
1 answer

Missing Events Logs

how do I fix "Missing Events in Event Log events were lost during data collection," warning?

Universal Windows Platform (UWP)
asked 2020-08-01T20:01:59.363+00:00
Gerald65 1 Reputation point
commented 2025-02-24T17:40:57.27+00:00
Paul Barker 6 Reputation points
2 answers

Error uploading UWP app to Microsoft Store: Microsoft.VCLibs.140.00.UWPDesktop version mismatch

I encountered this error while uploading my UWP app to the Microsoft Store. The error message reads: 'Your package Microsoft.VCLibs.140.00.UWPDesktop specifies version 14.0.33728.0, but 14.0.24217.0 is the minimum available version.' Could someone help…

Universal Windows Platform (UWP)
asked 2024-05-22T08:13:34.43+00:00
Henry-6115 71 Reputation points
answered 2025-02-24T17:05:13.7633333+00:00
Teun Pleunis 0 Reputation points
2 answers One of the answers was accepted by the question author.

How to navigate between controls on KeyDown event.

I'm trying to have a KeyDown function that makes the focus move to the next control. I've tried this but it throws me an error: private void Obj_KeyDown(object sender, KeyRoutedEventArgs e) { if (e.Key.ToString() == "Enter") …

Universal Windows Platform (UWP)
Windows App SDK
Windows App SDK
A set of Microsoft open-source libraries, frameworks, components, and tools to be used in apps to access Windows platform functionality on many versions of Windows. Previously known as Project Reunion.
838 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
11,336 questions
asked 2021-08-19T15:57:34.337+00:00
David Simões 21 Reputation points
answered 2025-02-23T01:15:35.7366667+00:00
Wah Than 0 Reputation points
2 answers

Why squares inside canvas get distortion after page resize in uwp app

I made a UWP app and in its xaml file I wrote the following: <Viewbox Height="60" Width="205" VerticalAlignment="Center" HorizontalAlignment="Center"> <Canvas x:Name="Mycanvas"…

Universal Windows Platform (UWP)
asked 2025-02-07T00:10:26.0366667+00:00
Gonzalez, Javier 40 Reputation points
edited a comment 2025-02-21T06:20:03.5666667+00:00
Roy Li - MSFT 34,101 Reputation points Microsoft External Staff
0 answers

How to obtain access to 'HumanPresenceSettings. SetingsChanged'

The "HumanPresenceSettings" instance I returned through this method, 'humanPresenceSettings=await HumanPresenceSettings. GetCurrentSettings Asynchronous ()', can read the relevant settings. However, when I subscribe to 'HumanPresenceSettings.…

Universal Windows Platform (UWP)
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
11,336 questions
Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
11,030 questions
asked 2025-02-17T07:55:28.4633333+00:00
charles yu 1 Reputation point
commented 2025-02-21T03:11:05.38+00:00
Junjie Zhu - MSFT 20,771 Reputation points Microsoft External Staff
0 answers

ARM64 UWP DesktopExtension – "e_sqlite3.dll is not a valid Win32 application" despite including runtimes\win-arm64\native

I have an UWP app with Desktop Extension (implemented like this tutorial: https://github.com/StefanWickDev/UWP-FullTrust/tree/master). Here is my sample project, which shows this…

Universal Windows Platform (UWP)
asked 2025-02-11T22:59:23.9333333+00:00
WorldOfBasti 136 Reputation points
edited the question 2025-02-21T02:07:01.6466667+00:00
Jack J Jun 24,881 Reputation points Microsoft External Staff
1 answer

UWP C# app: Trouble doing drag and drop from home folder

I am working on a UWP app. I have implemented an event handler such that if you drag a PDF file onto our main page, we begin to process that document. This appears to work fine, so I'm pretty sure we are setting things up reasonably. The exception? …

Universal Windows Platform (UWP)
asked 2025-02-07T16:25:00.2166667+00:00
Fiederer, Jens JF 20 Reputation points
edited the question 2025-02-21T02:05:09.8866667+00:00
Jack J Jun 24,881 Reputation points Microsoft External Staff
1 answer

AppInstallManager error - UWP

Hello Hello. I have a sample UWP and the following code is getting error: private async void Button_ClickAsync(object sender, RoutedEventArgs e) { AppInstallManager appInstallManager = new AppInstallManager(); } WinUI works well.

Universal Windows Platform (UWP)
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
11,336 questions
asked 2025-02-17T19:10:40.33+00:00
Anderson Rodrigues Cavalcante 316 Reputation points
edited an answer 2025-02-21T01:58:52.25+00:00
Junjie Zhu - MSFT 20,771 Reputation points Microsoft External Staff
1 answer One of the answers was accepted by the question author.

Selected item in ComboBox is not visible when popup is open (UWP)

Hi, I want the ComboBox to show the selected item when its popup is open. This is the look of ComboBox when it is closed: And here is ComboBox with oped popup (Notice that selected "Item 1" in ComboBox is not visible):

Windows
Windows
A family of Microsoft operating systems that run across personal computers, tablets, laptops, phones, internet of things devices, self-contained mixed reality headsets, large collaboration screens, and other devices.
5,818 questions
Universal Windows Platform (UWP)
asked 2025-02-06T16:25:10.3333333+00:00
123244 140 Reputation points
commented 2025-02-17T15:48:37.4333333+00:00
123244 140 Reputation points
1 answer

Error MSB4044 RemoveDisposableSigningCertificate

I am facing this issue while creating UWP package : Error MSB4044 A value was not specified for the task “RemoveDisposableSigningCertificate” for the required “CertificateThumbprint” parameter. C:\Program Files Microsoft Visual Studio…

Universal Windows Platform (UWP)
asked 2025-01-24T05:16:56.2433333+00:00
Hemachandra Rao 10 Reputation points
answered 2025-02-14T14:31:18.9633333+00:00
Mirec543 0 Reputation points
1 answer One of the answers was accepted by the question author.

What is the best variable for save an image and then draw squares over that: WriteableBitmap or softwarebitmap? Or is there a better strategy ?

If I captured an image and then I want to draw something like square or polygon, I want to know what is the best way to handle that image. Is good to save in a WriteableBitmap? or softwareBitmap? Is necessary to load in a Canvas ? Thanks.

Universal Windows Platform (UWP)
asked 2025-02-05T12:44:13.5733333+00:00
Gonzalez, Javier 40 Reputation points
accepted 2025-02-14T11:31:49.3+00:00
Gonzalez, Javier 40 Reputation points
1 answer One of the answers was accepted by the question author.

x:bind observable collection to Grid column width

Hello, I am trying to x:bind ObservableCollection to Grid columns, but my code works only partly. I have such XAML: <ListView x:Name="lvExpAndCosts" ItemsSource="{x:Bind ocExpendituresAndCosts}"> …

Universal Windows Platform (UWP)
asked 2025-02-12T11:39:17.0966667+00:00
BitSmithy 2,186 Reputation points
edited an answer 2025-02-13T09:19:00.7266667+00:00
Junjie Zhu - MSFT 20,771 Reputation points Microsoft External Staff
0 answers

UWP BLE not working for authenticated attributes

I can't write to the CCCD on a BLE device that has the authentication flag enabled on the CCCD

Universal Windows Platform (UWP)
asked 2024-07-31T00:28:15.77+00:00
Corby Wilson 0 Reputation points
commented 2025-02-11T19:31:10.8566667+00:00
Corby Wilson 0 Reputation points
1 answer One of the answers was accepted by the question author.

How to disconnect a Bluetooth (not LE) device from windows computer in UWP/.NetCore/etc.?

I have a Bluetooth device connected to my computer. The following is the state of the device in Bluetooth & Other Devices list. I want to disconnect it from the computer using any API of desktop/UWP app (e.g., IOCTL etc.). So I want to make it to…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
4,103 questions
Universal Windows Platform (UWP)
asked 2023-04-02T11:02:17.5733333+00:00
Marjan Khan 25 Reputation points
edited a comment 2025-02-08T20:19:23.1633333+00:00
Marjan Khan 1 Reputation point