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

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

Checking for TPM 2.0 module in a UWP app

Is it possible to check if a device contains a TPM 2.0 module from a UWP app? If so, how can I implement this check in my app?

Universal Windows Platform (UWP)
asked 2024-06-05T10:39:17.0966667+00:00
Nikhil Trikutam 20 Reputation points
commented 2024-06-06T17:18:50.4166667+00:00
Nikhil Trikutam 20 Reputation points
2 answers

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

How do I make a uwp app like FatMap on visual studio 2022 https://fatmap.com/

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.
622 questions
asked 2024-06-06T00:58:37.15+00:00
Luke Ferguson 76 Reputation points
answered 2024-06-06T15:00:16.44+00:00
rbrundritt 15,886 Reputation points Microsoft Employee
2 answers

winrt::create_instance<IDesktopWallpaper> error

I am completely new to C++/WinRT. I read some articles on winrt::capture and tried the following code: #include "pch.h" #include <Shobjidl.h> // EDIT: use winrt::guid_of<IDesktopWallpaper>. // Previously I used…

Universal Windows Platform (UWP)
asked 2023-07-15T02:21:47.8466667+00:00
Neo 421 Reputation points
answered 2024-06-06T07:44:22.09+00:00
peter li 1 Reputation point
2 answers

Impact of Bing Maps for Enterprise retirement to UWP

We received an email about the retirement of Bing Maps for Enterprise, which will affect all applications using Bing Maps. Does retirement also affect UWP apps that include map feature? Any migration procedures can be followed? Thanks.

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.
622 questions
Windows Maps
Windows Maps
A Microsoft app that provides voice navigation and turn-by-turn driving, transit, and walking directions.
251 questions
asked 2024-05-23T02:20:53.77+00:00
forline Spaceac 0 Reputation points
commented 2024-06-05T15:41:03.8566667+00:00
rbrundritt 15,886 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

How to get complete list of theme colors

Hello, I want to style my app in Light and Dark themes. I need a list off all system theme resources with its settings. For example: SystemControlBackgroundAltHighBrush and its color How to get such list?

Universal Windows Platform (UWP)
asked 2024-06-04T13:40:08.9033333+00:00
BitSmithy 1,931 Reputation points
accepted 2024-06-05T11:29:41.6933333+00:00
BitSmithy 1,931 Reputation points
0 answers

Using Nuget Package in runtime library

Hello, I have a runtime library, where I have some classes which I use in my apps. One class in the library uses nuget package. I compile the library and attach to my app. Next I try to use the class in the app in Page Loadded event which such…

Universal Windows Platform (UWP)
asked 2024-06-04T08:46:13.94+00:00
BitSmithy 1,931 Reputation points
commented 2024-06-05T09:02:33.9733333+00:00
BitSmithy 1,931 Reputation points
0 answers

how to specify WiFiDirect band

I want to create a WiFi Direct go in 5G band using WinRT WifiDirect API with 5G band, but i can't find related api to specify the Wifi Direct Band. I notice that the Mobile hotspot function which provided by window 11(Settings->Network &…

Universal Windows Platform (UWP)
asked 2024-02-27T08:36:39.0433333+00:00
Xiaojie Ma 0 Reputation points
edited a comment 2024-06-05T07:53:10.13+00:00
Xiaojie Ma 0 Reputation points
0 answers

The focus should shift systematically to enable narrators to read the content displayed on the screen when user click the tab.

Universal Windows Platform (UWP)
asked 2024-06-03T12:16:54.19+00:00
Abid Md 0 Reputation points
edited the question 2024-06-05T07:22:23.74+00:00
Junjie Zhu - MSFT 16,146 Reputation points Microsoft Vendor
0 answers

UWP When user click the tab, the focus should shift systematically to enable narrators to read the content displayed on the screen.

<Grid Grid.Row="1"> <TextBlock Height="auto" Style="{StaticResource PageHeadText}" Text="Candidate Test Affidavit" FontSize="{Binding Source={StaticResource…

Universal Windows Platform (UWP)
asked 2024-06-03T08:03:20.6533333+00:00
Abid Md 0 Reputation points
edited the question 2024-06-05T07:20:55.68+00:00
Junjie Zhu - MSFT 16,146 Reputation points Microsoft Vendor
1 answer

Integrating a new child UWP exe/app in an existing parent UWP app

How can I integrate a new status updater app, which should be part of an existing parent UWP app project and package? The new status updater app will use WinUI libs and UWP xaml libs and be part of the UWP app store app. The parent UWP app should…

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,892 questions
Universal Windows Platform (UWP)
Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,540 questions
asked 2024-06-01T08:02:20.1466667+00:00
DotNET Fan 191 Reputation points
commented 2024-06-05T03:34:50.7266667+00:00
Junjie Zhu - MSFT 16,146 Reputation points Microsoft Vendor
0 answers

Can't install UWP app, fails with codes 0x800701c5 / 800700B7

Hello everybody. We want to publish our app, that is made with Xamarin Forms, to the Microsoft Store. WACK does not report any problems with the uploaded app. Installation fails for all betatesters, the store app reports error 0x800701c5. So I tried…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,310 questions
Universal Windows Platform (UWP)
asked 2024-06-04T12:30:12.4366667+00:00
M. Bäurle 0 Reputation points
edited the question 2024-06-05T01:07:58.2766667+00:00
Roy Li - MSFT 32,646 Reputation points Microsoft Vendor
1 answer

using uwp application, narrator cannot able to read text-block is there a solution for it

Universal Windows Platform (UWP)
asked 2024-06-03T06:24:04.9233333+00:00
Abid Md 0 Reputation points
commented 2024-06-04T22:25:16.1566667+00:00
Rob Caplan - MSFT 5,427 Reputation points Microsoft Employee
0 answers

Unable to intercept the print jobs with Print Support App and Microsoft IPP Driver

Hi Team, I'm building the PSA print support application using a sample PSA code provided by MS, I am not able to confirm whether the app is activated with PrintSupportSettingsUI and WorkflowTask could you please help me with this? I followed below…

Universal Windows Platform (UWP)
asked 2024-06-03T04:28:08.0633333+00:00
Pegasus Admin 0 Reputation points
commented 2024-06-04T17:14:43.0433333+00:00
yoyodyne01 46 Reputation points
1 answer One of the answers was accepted by the question author.

How to change VS Xaml highlight bg more visible in dark mode?

How to change VS Xaml highlight bg more visible in dark mode? In dark theme of VS 2019, I develop an UWP app. When I select a control in design view, it highlight Xaml code. But the highlight is very light and not stands out. It's not easy to…

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,740 questions
asked 2021-02-06T16:41:07.917+00:00
SmilingMoon 981 Reputation points
commented 2024-06-04T14:30:09.0366667+00:00
Chase Thomas 25 Reputation points
0 answers

[UWP] Why Do Images Sometimes Load Wrong Source

We have an issue where images in our UWP app are sometimes getting loaded with the wrong image and sizing. The first time the images seem to load correctly, but then sometimes the images will be wrong after leaving a page and coming back. This seems to…

Universal Windows Platform (UWP)
asked 2020-11-24T21:58:33.713+00:00
Kyle Rudd 11 Reputation points
edited a comment 2024-06-04T12:58:09.51+00:00
Prem Kumar S 0 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,740 questions
asked 2024-06-03T10:37:38.8966667+00:00
jaekwon lee 20 Reputation points
accepted 2024-06-04T11:33:04.9033333+00:00
jaekwon lee 20 Reputation points
1 answer One of the answers was accepted by the question author.

how to create a uwp button control

I want to know how to create a uwp button control. I use this thread to test AI feature on Microsoft Q&A.

Universal Windows Platform (UWP)
asked 2024-06-04T09:29:05.3366667+00:00
Amy Peng-MSFT 251 Reputation points Microsoft Employee
accepted 2024-06-04T09:31:36.86+00:00
Amy Peng-MSFT 251 Reputation points Microsoft Employee
0 answers

The narrator focuses on the checkbox if I don't use a button. the requirement is narrator narrates in an orderly. what is better approach any sample code with textblock?

Universal Windows Platform (UWP)
asked 2024-06-03T12:25:33.4933333+00:00
Abid Md 0 Reputation points
commented 2024-06-04T03:51:01.29+00:00
Junjie Zhu - MSFT 16,146 Reputation points Microsoft Vendor
0 answers

To maintain focus, I utilized a button. However, I prefer that the narrator refrains from vocalizing the term "button" during the reading. Is there a solution to achieve this?

The narrator focuses on the checkbox if I don't use a button. the requirement is narrator narrates in an orderly. what is better approach any sample code with textblock?

Universal Windows Platform (UWP)
asked 2024-06-03T09:23:05.3166667+00:00
Abid Md 0 Reputation points
commented 2024-06-04T03:02:29.3466667+00:00
Junjie Zhu - MSFT 16,146 Reputation points Microsoft Vendor
0 answers

pdb file was not present when IL code was compiled to native in vs2022

I have installed 3 new nugets to my project. After installing everything works fine in Android and ios (in release and debug modes). But in Xamarin.Forms.UWP (debug mode is fine). In release mode getting the below exception.. myproject.pdb contains the…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,310 questions
Universal Windows Platform (UWP)
asked 2024-06-03T16:02:16.8133333+00:00
Sk 61 Reputation points
commented 2024-06-04T02:20:07.79+00:00
Yonglun Liu (Shanghai Wicresoft Co,.Ltd.) 37,266 Reputation points Microsoft Vendor