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

Sort by: Updated
0 answers

Strange line appears when Hover in ARM pc

Hi there. I created a UWP application with a command bar and I'm using it on an ARM computer. There is a tiny diagonal line when hovering the icon and in other buttons happen the same error: My code: <StackPanel x:Name="grid"> …

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.
789 questions
asked 2024-07-12T15:03:04.1233333+00:00
Anderson Rodrigues Cavalcante 311 Reputation points
commented 2024-07-15T03:19:30.4766667+00:00
Junjie Zhu - MSFT 16,471 Reputation points Microsoft Vendor
1 answer

How to hide package label display name which is showing in first lunch the application.

I want to hide the windows title of my first launch application. There is Package.appxmanifest. where I have display name. which is showing in first lunch of my application. And the same name also showing when I go to the start/search menu. I want to…

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
11,119 questions
Universal Windows Platform (UWP)
Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,881 questions
asked 2024-07-10T04:35:28.3733333+00:00
Arvind Kumar 0 Reputation points
answered 2024-07-15T01:52:28.57+00:00
Junjie Zhu - MSFT 16,471 Reputation points Microsoft Vendor
0 answers

Issues with Access Permissions in PhoneLineTransportDevice API on Windows 11

I am currently working on a hands-free application on Windows and using the PhoneLineTransportDevice API. To utilize the features of this API, I initially request access permissions using the PhoneLineTransportDevice.RequestAccessAsync() method. This…

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,604 questions
Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,881 questions
asked 2024-07-07T03:07:39.5133333+00:00
Taylor Yi 0 Reputation points
commented 2024-07-15T01:36:57.5833333+00:00
Roy Li - MSFT 32,731 Reputation points Microsoft Vendor
0 answers

Deeplinks using app URI handlers does not open the app

We have followed https://learn.microsoft.com/en-us/windows/uwp/launch-resume/web-to-app-linking#register-to-handle-http-and-https-links-in-the-app-manifest to enable deep linking into our app. However, we can't seem to get it to work. We've made sure …

Universal Windows Platform (UWP)
asked 2024-05-23T06:52:55.9566667+00:00
Michal Šrůtek 0 Reputation points
commented 2024-07-12T08:59:34.0733333+00:00
Michal Šrůtek 0 Reputation points
1 answer

Handling of UWP child window closing behavior

Hello UWP experts , I create the child windows from the main app using the below code. The requirement is at the start dont allow the user to close of window and allow only after 10 to 20 seconds. I couldn't find any pre close event for the child…

Universal Windows Platform (UWP)
asked 2024-07-05T14:15:02.29+00:00
DotNET Fan 191 Reputation points
commented 2024-07-12T06:04:34.1433333+00:00
Roy Li - MSFT 32,731 Reputation points Microsoft Vendor
2 answers One of the answers was accepted by the question author.

How to remove the clear button at the end of the TextBox in WinUI3

If the TextBox is getting focus and there chars it, there will be a X button appear, so how to remove or hidden the button.

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.
749 questions
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.
789 questions
asked 2024-07-10T09:52:42.2533333+00:00
C CB 150 Reputation points
commented 2024-07-12T02:25:08.8866667+00:00
C CB 150 Reputation points
1 answer

Push notification http response status code 500

Hello, in the past two hours, we have discovered a large number of 500 errors occurring when using WNS HTTP API for notification pushes. https://dm3p.notify.windows.com/?token={myToken} Could you please assist us in investigating this issue? Below are…

Universal Windows Platform (UWP)
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,360 questions
ASP.NET API
ASP.NET API
ASP.NET: A set of technologies in the .NET Framework for building web applications and XML web services.API: A software intermediary that allows two applications to interact with each other.
316 questions
asked 2024-07-09T07:43:33.26+00:00
景轩 王 30 Reputation points
edited the question 2024-07-11T12:09:15.07+00:00
ajkuma 24,566 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Change RadioButton Color in Combined States - WinUI/UWP

Hello. I'm trying to change the radio button color according to combined states: CheckedPressed, UncheckedPressed, CheckedPointerOver, CheckedDisabled, UncheckedDisabled. How can I do that? I added these states but didn't work.

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.
789 questions
asked 2024-07-01T19:15:42.5766667+00:00
Anderson Rodrigues Cavalcante 311 Reputation points
accepted 2024-07-09T11:38:32.19+00:00
Anderson Rodrigues Cavalcante 311 Reputation points
1 answer

Selecting text across the elements

I am working on a UWP app where i will get the text content and their respective X and Y coordinates. I need to render this text in UI in the respective coordinates, I have achieved this through canvas panel and text block but here i face another…

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,604 questions
asked 2024-07-08T05:50:54.8466667+00:00
shriram 90 Reputation points
edited an answer 2024-07-09T08:28:31.1166667+00:00
Roy Li - MSFT 32,731 Reputation points Microsoft Vendor
0 answers

C++WinRT does not correctly handles Chinese characters using Windows.Foundation.Uri

I have a uri with Chinese character and query string that needs to be parsed with Windows.Foundation.Uri. Using C++WinRT, it always returns me an empty result. But equivalent C# code does returns me expected result. I have tried changing the file…

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,604 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,625 questions
asked 2024-07-08T17:57:07.7366667+00:00
peter li 1 Reputation point
commented 2024-07-09T05:37:38.63+00:00
Junjie Zhu - MSFT 16,471 Reputation points Microsoft Vendor
1 answer

How to sign a UWP app with an EV Code Signing Certificate

Hello, We have a UWP app that we want to distribute through side loading. In order to distribute it without a self signed certificate, we went ahead and bought an EV code signing certificate. We cannot export the EV code signing certificate as a…

Universal Windows Platform (UWP)
asked 2022-12-13T10:42:07.777+00:00
Gavam Atarix Ltd 6 Reputation points
commented 2024-07-09T04:47:24.85+00:00
Sadev Kalubowila 10 Reputation points
1 answer One of the answers was accepted by the question author.

Visual Studio 2022 community crashes

Hello, I'm making my uwp app on c# with vs2022 community version. When I click "Visual assets" tab on Package.appxmanifest, the VS2022 crashes. How to reproduce: create an empty app (c# uwp) open Package.appxmanifest on for all visual…

Universal Windows Platform (UWP)
Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,852 questions
asked 2024-06-03T10:37:38.8966667+00:00
jaekwon lee 25 Reputation points
commented 2024-07-07T22:01:36.03+00:00
David Schmidt 0 Reputation points
0 answers

Is there a manual bible for learning about visual studio community 2022 c# uwp on coding

Is there a manual bible for learning about visual studio community 2022 c# uwp on coding

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
11,119 questions
Universal Windows Platform (UWP)
Azure Maps
Azure Maps
An Azure service that provides geospatial APIs to add maps, spatial analytics, and mobility solutions to apps.
654 questions
Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,881 questions
asked 2024-07-04T05:13:19.4133333+00:00
Luke Ferguson 41 Reputation points
commented 2024-07-05T08:44:12.8133333+00:00
Junjie Zhu - MSFT 16,471 Reputation points Microsoft Vendor
0 answers

Switching Between System Power Saving Mode in UWP app ,makes the app non-responded for a while

My UWP app was not responding for sometime, when switching between power Saving mode(windows settings) while App was running. To Reproduce the issue , Run the app Open Windows System Battery Settings -> Enable/Disable Power Saving Mode Now try to…

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
11,119 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,598 questions
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,604 questions
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.
789 questions
asked 2024-06-28T10:13:12.27+00:00
Prem Kumar S 0 Reputation points
commented 2024-07-03T08:06:32.83+00:00
Junjie Zhu - MSFT 16,471 Reputation points Microsoft Vendor
0 answers

How do I make a uwp app like bom on visual studio 2022

How do I make a uwp app like bom on visual studio 2022 [http://www.bom.gov.au/]

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
11,119 questions
Universal Windows Platform (UWP)
Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,881 questions
asked 2024-07-03T02:44:03.4733333+00:00
Luke Ferguson 41 Reputation points
commented 2024-07-03T03:45:38.03+00:00
Junjie Zhu - MSFT 16,471 Reputation points Microsoft Vendor
0 answers

How to make UWP MediaElement to be loop mode when casting to a TV?

I find that when using UWP MediaElement (component name: video), it works well to be in loop mode when set as below: video.IsLooping = true; // method 1 video.MediaEnded -= Video_MediaEnded; video.MediaEnded += Video_MediaEnded; // method 2 private…

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,709 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.
10,604 questions
asked 2024-06-28T08:17:01.82+00:00
Tom JD1 Xue 21 Reputation points
commented 2024-07-03T02:34:45.64+00:00
Tom JD1 Xue 21 Reputation points
2 answers

What different other types of Azure maps are there for a Hybrid aerial view with roads and a search bar with more functions like google earth on visual studio 2022

What other different types of Azure maps are there for a Hybrid aerial view with roads and a search bar with more functions like google earth on visual studio 2022

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
11,119 questions
Universal Windows Platform (UWP)
Azure Maps
Azure Maps
An Azure service that provides geospatial APIs to add maps, spatial analytics, and mobility solutions to apps.
654 questions
Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,881 questions
asked 2024-04-19T11:03:22.1966667+00:00
Luke Ferguson 41 Reputation points
edited an answer 2024-07-02T14:28:07.8833333+00:00
rbrundritt 16,456 Reputation points Microsoft Employee
2 answers

App testing error

Hello, I attached my app with Windows Store (using option in VS). Next, I made a package. Next, I try to validate It (runing test in VS). I get such error. How to solve such problem. I think that my app is already signed, and I dont know how to sign it…

Universal Windows Platform (UWP)
asked 2024-06-24T19:28:11.2266667+00:00
BitSmithy 1,956 Reputation points
answered 2024-07-02T09:07:59.55+00:00
Junjie Zhu - MSFT 16,471 Reputation points Microsoft Vendor
0 answers

Windows是否有监听蓝牙配对请求的方式

pc蓝牙与手机配对连接过,但在某一个时刻用户将手机的蓝牙解除配对了,此时pc上要使用蓝牙连接需要先配对,此时是否有接口可以知道有这个配对的请求?

Universal Windows Platform (UWP)
asked 2024-07-02T07:39:33.7633333+00:00
栩 王 0 Reputation points
commented 2024-07-02T08:48:27.6966667+00:00
Junjie Zhu - MSFT 16,471 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

In UWP or WinUI3, how to use AutoSuggestBox as the search box and highlight the matching keywords in red in the search result list

AutoSuggestBox is a good control in WinUI3. I use it as a search box and display search results. But how to achieve more advanced functions, such as highlighting keywords in the results ( ex, one of the result is 'powered by Microsoft', and only…

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.
749 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.
10,604 questions
asked 2024-06-25T01:56:14.0933333+00:00
C CB 150 Reputation points
accepted 2024-06-27T01:15:19.66+00:00
C CB 150 Reputation points