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

Sort by: Updated
0 answers

Bitlocker won't accept numbers from keyboard.

I have Surface Pro 8. After trying to install updated, it is stuck in BitLocker recovery loop. I know my recovery key, but the window won't accept any number from the keyboard. I have tried command prompt which is also not accepting from the keyboard. …

Universal Windows Platform (UWP)
asked 2024-05-17T22:27:55.5433333+00:00
Lexis 0 Reputation points
1 answer One of the answers was accepted by the question author.

Symbol file for UWP app

A UWP app dump file was created with the Task Manager: my_app.dmp. I found the symbol file generated by VS for this app: E:...\my_app.UWP\bin\x64\Release\Upload\my_app.UWP_4.6.100.0\my_app.UWP_4.6.100.0_x64.appxsym I add the above path to the Symbol File…

Universal Windows Platform (UWP)
asked 2024-05-17T18:28:18.6533333+00:00
Hong 1,121 Reputation points
commented 2024-05-17T21:28:18.22+00:00
Hong 1,121 Reputation points
1 answer

Is it possible to implement deep linking in Windows app? I have created a Flutter app, and I want to do deep linking.

Could you please help, Is it possible to implement deep linking in a Flutter app on the Windows platform?

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.
4,822 questions
Universal Windows Platform (UWP)
Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,198 questions
C++
C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
3,553 questions
asked 2024-05-17T09:39:41.5933333+00:00
Jay 35 Reputation points
edited a comment 2024-05-17T12:57:03.79+00:00
Jay 35 Reputation points
0 answers

How do I make a uwp app live using MapControl bit like google Earth on visual studio 2022

How do I make a uwp app live using MapControl bit like google Earth on visual studio 2022

Universal Windows Platform (UWP)
asked 2024-05-17T10:19:36.6+00:00
Luke Ferguson 46 Reputation points
edited the question 2024-05-17T10:20:03.41+00:00
Luke Ferguson 46 Reputation points
1 answer

How to paste image to canvas from WebView2?

In C# uwp project i want to paste image from a WebView2 to my Canvas. I tried to implement that in 2 ways: with drag n drop and with right click copy. Drag n drop cannot be possible because i cannot drag the image from webview2, so the subscribed drop…

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.
10,348 questions
asked 2024-05-03T12:24:11.99+00:00
Tamás Bitó 20 Reputation points
commented 2024-05-17T09:54:40.4266667+00:00
Junjie Zhu - MSFT 15,446 Reputation points Microsoft Vendor
1 answer

Problem with XAMLReader

Hello, I have a xaml file in my Assets folder "MainPage1.xaml" defined as below. <StackPanel xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:local="using:Label" > <Grid…

Universal Windows Platform (UWP)
asked 2024-04-30T10:27:51.93+00:00
BitSmithy 1,791 Reputation points
commented 2024-05-17T01:57:47.0433333+00:00
Junjie Zhu - MSFT 15,446 Reputation points Microsoft Vendor
1 answer

Native memory leak

I am trying to debug the memory leak of a UWP app. The memory profiling seems to suggest the leak is primarily on the native side: I cannot make any sense of the native memory data: Could anyone offer a tip on how to read these native memory data to…

Universal Windows Platform (UWP)
asked 2024-05-10T02:59:31.36+00:00
Hong 1,121 Reputation points
commented 2024-05-16T13:18:08.6633333+00:00
Hong 1,121 Reputation points
2 answers One of the answers was accepted by the question author.

Audio Playback Issue in UWP Kiosk Mode: Crackling Sound on Application Startup

I'm developing a UWP application intended to run in Kiosk Mode. One of the requirements is to play an audio file on startup, which I've implemented in the OnLaunch method. When I manually start the application, everything works fine. However, when the PC…

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,756 questions
Universal Windows Platform (UWP)
asked 2024-05-11T10:33:48.6233333+00:00
Hardik Rathod 20 Reputation points
accepted 2024-05-16T09:46:38.91+00:00
Hardik Rathod 20 Reputation points
1 answer One of the answers was accepted by the question author.

Enable FrameworkElements reflection using rd.xml file

Hello, Reading Microsoft docs I found informations about rd.xml file. Can I set in that file that metadata from FrameworkElements or Shapes wont be removed during compilation? And I will be able to fully using reflection after release type…

Universal Windows Platform (UWP)
asked 2024-04-09T15:01:04.1+00:00
BitSmithy 1,791 Reputation points
accepted 2024-05-16T09:03:00.59+00:00
BitSmithy 1,791 Reputation points
0 answers

Blank pop up appears when buying subscription products from Microsoft store. UWP, MS Subscriptions, Unity

I am currently experiencing a problem with Microsoft store API (Windows.Services.Store) in Unity UWP build of the game. I have my own API built on top of Windows.Services.Store Situation is as following: Pop-up appears. I press "buy now." It is…

Universal Windows Platform (UWP)
asked 2024-05-15T08:10:27.14+00:00
Glebs Medvedevs 0 Reputation points
commented 2024-05-16T08:56:01.2766667+00:00
Junjie Zhu - MSFT 15,446 Reputation points Microsoft Vendor
0 answers

Uwp App crashes with faulting module names ntdll.dll or ucrtbase.dll or kernelbase.dll

My UWP app running on Windows 10 with build version 2004 (Build 19041) crashes with either one of the faulting module names: KERNELBASE.dll : Faulting application name: UwpApp.exe, version: 1.0.0.0, time stamp: 0x62a3c35e Faulting module name:…

Universal Windows Platform (UWP)
asked 2024-05-15T16:23:49.07+00:00
Ela Jegenathan 0 Reputation points
commented 2024-05-16T02:12:22.82+00:00
Junjie Zhu - MSFT 15,446 Reputation points Microsoft Vendor
0 answers

DeniedBySystem returned when i was used PhoneLineTransportDevice::RequestAccessAsync

I try to requset PhoneLineTransportDevice access with below code. It works fine in my Win10 22H2, but failed when i try to run in my Win11 23H2. would you like to give some advice? 1, Why it was failed DeniedBySystem in win11 ? 2, How to solve it…

Universal Windows Platform (UWP)
asked 2024-05-07T08:44:33.0533333+00:00
栩 王 0 Reputation points
commented 2024-05-15T06:10:18.97+00:00
Junjie Zhu - MSFT 15,446 Reputation points Microsoft Vendor
2 answers One of the answers was accepted by the question author.

Does NumberBox.Value NaN not equal to double.NaN?

When I use NumberBox (WinUI2), I have trouble as follows: if (NumberBox.Value == double.NaN) // It keeps false. { // Some action codes. } Is there any bug about this equation? I would appreciate it if anyone could solve this problem.

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.
10,348 questions
asked 2024-05-11T07:35:25.51+00:00
鲤鱼 秀 65 Reputation points
edited the question 2024-05-15T00:54:40.5066667+00:00
鲤鱼 秀 65 Reputation points
0 answers

How to convert HTML to RTF file and RTF to HTML file in C# UWP?

When I attempt to convert HTML to RTF and RTF to HTML files, I cannot find the Microsoft Native Library needed for conversion. Could you please assist?

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.
10,348 questions
asked 2024-05-13T09:16:23.5333333+00:00
Jay 35 Reputation points
commented 2024-05-14T05:42:01.8833333+00:00
Jay 35 Reputation points
0 answers

UWP DataGrid Scrollbar Issue: Unable to Scroll Using Touch on Touch Screen Devices

I'm developing a UWP app and I'm utilizing the DataGrid control from Microsoft.Toolkit.Uwp.UI.Controls to display data. While I can scroll using the mouse using both the scrollbar and its buttons, on a touch screen device, I can only scroll via finger…

Universal Windows Platform (UWP)
XAML
XAML
A language based on Extensible Markup Language (XML) that enables developers to specify a hierarchy of objects with a set of properties and logic.
768 questions
asked 2024-05-11T10:28:59+00:00
Hardik Rathod 20 Reputation points
commented 2024-05-13T02:53:51.8133333+00:00
Roy Li - MSFT 32,446 Reputation points Microsoft Vendor
1 answer

How do i make a universal uwp maps, google earth gps app on microsoft visual studio community 2019 to put onto the Microsoft store

How do i make a universal uwp maps, google earth gps app on microsoft visual studio community 2019 to put on to the Microsoft store

Universal Windows Platform (UWP)
asked 2020-10-13T14:06:49.463+00:00
Anonymous
commented 2024-05-12T05:36:32.6166667+00:00
Luke Ferguson 46 Reputation points
1 answer

Anyway to bypass control event firing during Page.Loaded event?

Simplified scenario: <ToggleButton x:Name="fuzzySearchToggle" Checked="fuzzySearchToggle_Checked" Unchecked="fuzzySearchToggle_Checked"/> bool _loading = true; private…

Universal Windows Platform (UWP)
asked 2024-05-07T15:29:15.5566667+00:00
杨岑 166 Reputation points
edited an answer 2024-05-10T09:12:07.5966667+00:00
杨岑 166 Reputation points
1 answer One of the answers was accepted by the question author.

How remove focus borders of TextBox?

I personally don't like the thick borders when a TextBox gets focus. Is there any way to remove it?

Universal Windows Platform (UWP)
asked 2024-05-09T14:21:55.8366667+00:00
杨岑 166 Reputation points
commented 2024-05-10T08:53:23.6666667+00:00
杨岑 166 Reputation points
1 answer One of the answers was accepted by the question author.

How show/select a file in File Explorer using code?

Suppose I have a ListView that displays some files. When the user select one, I want to reveal the file in File Explorer. Is this possible in UWP?

Universal Windows Platform (UWP)
asked 2024-05-09T14:25:28.1466667+00:00
杨岑 166 Reputation points
edited a comment 2024-05-10T08:51:54.82+00:00
杨岑 166 Reputation points
0 answers

How do I make a list of button functions to Choose Default Search Engine uwp app made on visual studio 2022

How do I make a list of button functions to Choose Default Search Engine uwp app made on visual studio 2022

Universal Windows Platform (UWP)
asked 2024-05-02T04:45:13.0833333+00:00
Luke Ferguson 46 Reputation points
commented 2024-05-10T07:35:39.0266667+00:00
Junjie Zhu - MSFT 15,446 Reputation points Microsoft Vendor