Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [uwp]

The Universal Windows Platform is a common software platform for all devices running Windows 10, including Desktop. This tag should be used for questions regarding developing UWP applications on any of the supported device families. Other tags such as the languages being used (C#, C++, etc.) and the style of API (Win32, WinRT, etc.) can be added. Packaged Win32 Applications should use the Desktop-Bridge tag (possibly in addition to UWP).

uwp
0 votes
0 answers
6 views

UWP ExpandoObject PropertyChangedEvents are not Updating UI

My task is to implement a UWP DataGrid with dynamic columns. As the user adds and remove columns, I need to add and remove the corresponding properties during runtime from the ObservableCollection of ...
Sharkken's user avatar
0 votes
0 answers
15 views

Intune force specific UWP version in kiosk mode [closed]

Let's say we face some special issues with intune. We currently have 50 terminal windows kiosk pcs running win10 with our own appxbundle. I am quite new to the project and for me it's quite hard to ...
m_dev's user avatar
  • 1
0 votes
0 answers
15 views

How to Retrieve USB String Descriptors from a CDC device in UWP

This is a different angle on the same question posed here. I've been trying to amalgamate advice from here and here, as well as various other places whose links I don't have handy. I have an embedded ...
Brian A. Henning's user avatar
0 votes
1 answer
13 views

Windows.UI.Xaml.Controls.TextBlock.DoubleTapped event not fired

In a Xamarin.Forms project for Android and UWP, I want to define an effect for long press (Android) and double click (on UWP). I did all I found for this purpose, defining an appropriate RoutingEffect ...
Bernd Morgeneyer's user avatar
0 votes
2 answers
24 views

Remove NavigationView gap in Content area (WinUI 3 version)

Anyone know how to reduce or remove this padding on the content area of NavigationView (WinUI 3)?? I'd like to do this without using a Style. Is there a resource I can override? The reason I ask is ...
Maximus's user avatar
  • 1,439
0 votes
0 answers
45 views

Binding to parent control with context menu in UWP (WinUI 3)

I am trying to make a context fold out menu on a list box component, it has a simple but i can't manage to get the binding for command paramter to work. Here is a simplified view of my user control ...
Azazel's user avatar
  • 191
0 votes
0 answers
34 views

Calling uwp library from unreal engine

I'm trying to use an sdk that is built for .NetCore which I got from Nuget. Since, I can't directly use it in Unreal Engine 4 (.NetFramework), I've made a UWP C# Class library as a wrapper, and I'm ...
Muhammad Murtaza's user avatar
0 votes
1 answer
54 views

Calling an asynchronous method causes a debug

I ran into a problem while developing a program on UWP. I need to open a dialog box for the user to select a save folder. When calling the method StorageFile file = await openPicker....
Maclay's user avatar
  • 3
0 votes
1 answer
25 views

Localize Pdftron strings in UWP app not working in debug mode

I have localized my UWP app and for paper related items I am using pdftron library.We have added a German translation to the pdftron library. The localized items are not getting translated when a ...
Piumi ganegoda's user avatar
2 votes
0 answers
64 views

Images missing after navigating WinUI3/UWP

so I have a ListView with items. The DataTemplate contains a Rectangle. The Fill Brush is binded via a Converter which returns a new ImageBrush if the binded url is not null. If it is though the ...
IcySnex's user avatar
  • 63
2 votes
1 answer
28 views

Handling Microphone permission from user in UWP

I am trying to create a dialog where user will be asked to give permission to use microphone in UWP. If user give permission than microphone access will be enabled. But I could not find any API ...
Sumnoon's user avatar
  • 105
3 votes
1 answer
133 views

No UWP workload available in Visual Studio 2022 Installer

I'm struggling with finding the UWP template in my Visual Studio 2022 Community version 17.10.4. I've installed the program with default settings and then wanted to install the 'Universal Windows ...
ZirexXx's user avatar
  • 33
-2 votes
0 answers
22 views

Is it possible to Use QT-C++ in UWP Application written in C#?

I want to write some common UI Component for Desktop(Windows,Mac),Mobile(Android,Ios),ARM using QT C++ and I want to integrate that QT component to my UWP application written in C# ? Is it possible ?
PremKumar Shanmugam's user avatar
1 vote
1 answer
58 views

How to fix C# Warning CA1416 in UWP using Visual Studio

I have a project with min version Windows 10, version 1809 (10.0; Build 17763) and I get thousands of warnings: This call site is reachable on all platforms. 'ValueSet.this[string]' is only supported ...
steam3d's user avatar
  • 187
0 votes
0 answers
26 views

Exception when initializing CastingDevicePicker in Unity for UWP (Hololens 2)

I'm currently working on a Unity project that targets UWP, and I need to implement a feature to connect via Miracast. I'm trying to use the CastingDevicePicker from the Windows Runtime API, but I'm ...
Nathan Dubernard's user avatar

15 30 50 per page
1
2 3 4 5
1499