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

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

How to launch Microsoft default Calendar & Calculator with selected date / calculation from UWP ?

I need to launch Microsoft default app Calendar(outlookcal:) with selected date ( ex. 01/01/2020) and Calculator(ms-calculator:) with expression/calculation (2*3=) from UWP. I am using Windows.System.Launcher.LaunchUriAsync(new Uri()) for app launch…

Universal Windows Platform (UWP)
asked 2020-08-20T11:59:44.617+00:00
Abu Raihan 21 Reputation points
answered 2024-06-11T21:41:02.1666667+00:00
Jennifer Lobo 0 Reputation points
1 answer One of the answers was accepted by the question author.

Opening app from app

Hello, I want to open app from other app. Function should work in this way If app is found as installed, open the app, but if app isnt found open it's page in Windows Store I use such code: private async void btnOpenApp_Click(object sender,…

Universal Windows Platform (UWP)
asked 2024-06-08T20:16:31.6733333+00:00
BitSmithy 1,951 Reputation points
accepted 2024-06-10T08:36:18.2633333+00:00
BitSmithy 1,951 Reputation points
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.
645 questions
asked 2024-06-06T00:58:37.15+00:00
Luke Ferguson 41 Reputation points
answered 2024-06-06T15:00:16.44+00:00
rbrundritt 16,326 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.
645 questions
Windows Maps
Windows Maps
A Microsoft app that provides voice navigation and turn-by-turn driving, transit, and walking directions.
253 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 16,326 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,951 Reputation points
accepted 2024-06-05T11:29:41.6933333+00:00
BitSmithy 1,951 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,391 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,391 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,319 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,721 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,807 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,807 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,391 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,391 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,319 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.) 38,141 Reputation points Microsoft Vendor
1 answer

How to Setup the Microsoft IPP Driver for the printer support app.?

Hi, I am trying to develop the PSA application with Microsoft IPP Driver can you guide me in setting up the Driver for the printer. PSA extensions: <Extensions> <printsupport:Extension Category="windows.printSupportWorkflow"…

Universal Windows Platform (UWP)
Windows Driver Kit (WDK)
Windows Driver Kit (WDK)
A set of Microsoft tools that are used to develop, test, and deploy Windows drivers.
42 questions
asked 2024-06-03T06:42:17.1133333+00:00
Pegasus Admin 0 Reputation points
answered 2024-06-03T23:17:02.9933333+00:00
Manu M 0 Reputation points Microsoft Employee