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

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

Why does adding a UWP Packaging Project to a working UWP/Project/Solution cause Debug errors and exceptions?

Why does adding a UWP Packaging Project to my working UWP/Project/Solution cause Debug errors and exceptions? Start with a working UWP Project in a solution. Add a UWP Packaging Project to the solution. Setup the packaging project as startup and…

Universal Windows Platform (UWP)
asked 2020-04-07T18:45:19.49+00:00
Groovykool 236 Reputation points
commented 2020-04-09T02:04:32.243+00:00
Groovykool 236 Reputation points
2 answers One of the answers was accepted by the question author.

How to set maxdowndropitems of a combobox uwp

Hi In windows form application combobox has maxdowndropitems propertie but not in uwp so how i can limit the drop items ? Thanks

Universal Windows Platform (UWP)
asked 2020-04-07T11:45:09.43+00:00
Shay Wilner 1,726 Reputation points
accepted 2020-04-08T11:39:33.15+00:00
Shay Wilner 1,726 Reputation points
1 answer One of the answers was accepted by the question author.

[UWP] how to set DataGrid background color during columns autogeneration

Hello; How to set DataGridColumn.Header background color to blue during autogeneration column (code behind). private void MyDataGrid_AutoGeneratingColumn(object sender, DataGridAutoGeneratingColumnEventArgs e) { ...... }

Universal Windows Platform (UWP)
asked 2020-04-05T22:02:22.257+00:00
BitSmithy 1,751 Reputation points
accepted 2020-04-08T10:56:20.493+00:00
BitSmithy 1,751 Reputation points
0 answers

BLE Server sample is not working, but BLE client samples seems to be

Hi, I am trying the BLE samples. When trying the first client sample (Discover Servers), it successfully starts enumerating, but when I selected the Server sample the following message came up: "There is no Bluetooth Device, or the default…

Universal Windows Platform (UWP)
asked 2020-03-18T19:25:59.23+00:00
Sara Monteiro 1 Reputation point
commented 2020-04-08T01:32:21.85+00:00
Fay Wang - MSFT 5,191 Reputation points
1 answer One of the answers was accepted by the question author.

How to get Microphone privacy setting programmatically

Is there way to get the Microphone privacy setting pro-grammatically - https://hub.mangoapps.com/sf/MjE3NjQ1XzE5NjI1OTM ?

Universal Windows Platform (UWP)
asked 2020-03-17T10:35:15.787+00:00
Vijay Gawli 21 Reputation points
commented 2020-04-07T09:14:57.18+00:00
Fay Wang - MSFT 5,191 Reputation points
2 answers One of the answers was accepted by the question author.

[UWP] Can't launch Flyout using click event attached to MenuFlyoutItem

Hi, I'm trying to launch a Flyout in which I collect data from user. The idea is that the user click on an item from the Menu Flyout and the assigned Flyout launch. I'm using a command bar. <CommandBar …

Universal Windows Platform (UWP)
asked 2020-04-06T17:05:08.067+00:00
Wael weil 96 Reputation points
accepted 2020-04-07T07:07:02.19+00:00
Wael weil 96 Reputation points
1 answer One of the answers was accepted by the question author.

TextBox Binding doesn't work while focused (when using uwp datagrid)

Hello, So I am using row details with this datagrid control: https://learn.microsoft.com/en-us/windows/communitytoolkit/controls/datagrid_guidance/rowdetails I have a text box in my row details: <TextBox Header="Plan description"…

Universal Windows Platform (UWP)
asked 2020-04-07T03:10:54.553+00:00
Lettuce 121 Reputation points
commented 2020-04-07T04:55:39.403+00:00
Lettuce 121 Reputation points
2 answers One of the answers was accepted by the question author.

There's no any Interstitial Ad in my app.

Hi, Though the monetization platform is about to close in this year, I still want to put on Interstitial ads recently. However, I always got error saying there's no ad for every ad request. I've tried the test ads, it went well.Then I apply my…

Universal Windows Platform (UWP)
asked 2020-02-15T03:57:10.03+00:00
Mia 96 Reputation points
accepted 2020-04-07T02:59:02.35+00:00
Mia 96 Reputation points
1 answer One of the answers was accepted by the question author.

[CPP][ScreenCapture]What is the lowest version that Windows.Graphics.Capture requires?

I'm trying to use Windows.Graphics.Capture to capture application windows. In this page screen-capture, Windows 10 version 1803 should provide new APIs, but I failed to run samples from ScreenCaptureforHWND in Windows10 version 1803 home.I found that…

Universal Windows Platform (UWP)
asked 2020-04-02T10:06:36.233+00:00
Rust 21 Reputation points
accepted 2020-04-07T02:27:29.997+00:00
Rust 21 Reputation points
2 answers One of the answers was accepted by the question author.

What is the code for no brush in uwp

Hi I have a textbox the backgroung is set to nobrush the xaml file <TextBox x:Name="Titlechart" Background="{x:Null}" > How to get the same in code c# or vb.net Thanks

Universal Windows Platform (UWP)
asked 2020-04-05T21:12:30.35+00:00
Shay Wilner 1,726 Reputation points
accepted 2020-04-06T10:06:53.497+00:00
Shay Wilner 1,726 Reputation points
1 answer

c# : Get EventHandler Change Notification without Creating Instance or Making it static

c# : Get EventHandler Change Notification without Creating Instance or Making it static Public class A { public EventHandler KeyboardCloseEventHandlerTest; private void someMethod(object sender, EventArgs e) { …

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,667 questions
asked 2020-04-03T18:41:01.687+00:00
Indudhar Gowda 426 Reputation points
answered 2020-04-06T02:29:06.633+00:00
Alex Li-MSFT 1,096 Reputation points
1 answer

Folder Redirection GPO not applying to Windows 10

I have a folder redirection GPO setup that just will not apply the folder redirection. It's for a Windows 10 VDI solution. I've looked and all the standard things are not the issue. There is no WMI filter in place, the folder has the correct permissions,…

Universal Windows Platform (UWP)
asked 2020-04-03T10:20:18.597+00:00
Dewstain 1 Reputation point
answered 2020-04-03T10:21:57.22+00:00
Leon Laude 85,646 Reputation points
2 answers

Show MainPage.xaml from "VPN Client" UWP app

UWP allows for the definition of "custom vpn plugins" by adding the "networkingVpnProvider" Capability. When one goes to "Network & Internet" -> "VPN" and clicks "connect" the application…

Universal Windows Platform (UWP)
asked 2020-03-27T21:32:41.003+00:00
dovholuknf 1 Reputation point
answered 2020-04-03T03:09:36.607+00:00
Roy Li - MSFT 31,551 Reputation points Microsoft Vendor
1 answer

ContentDialog ignoring CanExecute

https://social.msdn.microsoft.com/Forums/windowsapps/en-US/6d5d6fd9-5f03-4cb6-b6c0-19ca01ddaab8/uwpcontentdialog-buttons-do-not-respect-canexecute …

Universal Windows Platform (UWP)
asked 2020-03-09T14:57:27.457+00:00
Alex Oh 96 Reputation points
commented 2020-04-02T16:24:50.667+00:00
Alex Oh 1 Reputation point
2 answers

SwapChainPanel.SizeChanged crashing

Related to https://learn.microsoft.com/answers/questions/13613/strange-fileloadexceptions.html If I subscribe to SwapChainPanel.SizeChanged with an empty method, it resizes. But if i have a line of code in there with a breakpoint the app crashes. Am…

Universal Windows Platform (UWP)
asked 2020-03-26T16:00:36.497+00:00
Gavin Williams 761 Reputation points
commented 2020-04-02T07:16:09.39+00:00
Fay Wang - MSFT 5,191 Reputation points
1 answer One of the answers was accepted by the question author.

Hanging on installing a missing framework

This morning I started a new UWP project to test something. This is a very simple project. I have a textbox, button and textblock. That's it. I've added MVVMLight to it. I built it next. That worked fine. Then I've tried to debug it. That's where it…

Universal Windows Platform (UWP)
asked 2020-03-28T15:27:19.87+00:00
Rod Falanga 561 Reputation points
accepted 2020-04-01T12:29:09.11+00:00
Rod Falanga 561 Reputation points
0 answers

How do I in UWP in Tabview add buttons for navigation?

<Page x:Class="Frost.Browser2" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:local="using:Frost" …

Universal Windows Platform (UWP)
asked 2020-03-23T18:22:06.267+00:00
Mark Mather 156 Reputation points
commented 2020-04-01T08:54:25.037+00:00
Richard Zhang-MSFT 6,936 Reputation points
1 answer

We want to extendedExecutionUnconstrained for store submission also?

I want to run the app in minimize mode also and I am submitting my app in store also.. so need to add this capability extendedExecutionUnconstrained for store also? or no need to add this capability for store submission and app will run in minimize…

Universal Windows Platform (UWP)
asked 2020-03-20T13:03:47.073+00:00
MangoApps 91 Reputation points
commented 2020-04-01T08:53:54+00:00
Richard Zhang-MSFT 6,936 Reputation points
0 answers

How does patch system internally works?

Hello, I've been trying to find an answer to this question over any of the documentation pages but it seems like I can't find any solution. I'm wondering how does the patch system internally works and deliver the updates to the users so my…

Universal Windows Platform (UWP)
asked 2020-03-09T13:58:43.103+00:00
raiser.elena 1 Reputation point
commented 2020-04-01T08:41:48.64+00:00
Richard Zhang-MSFT 6,936 Reputation points
2 answers

FlowDirectio

I have a C++ UWP app that supports localization. The app has a textbox that shows digits. I have set the FlowDirection at the root frame level of the app to be right to left for Arabic locale and left to right for the other language depending on the…

Universal Windows Platform (UWP)
asked 2020-01-22T19:00:20.883+00:00
winprofessional 41 Reputation points
answered 2020-04-01T08:04:50.45+00:00
Fay Wang - MSFT 5,191 Reputation points