Category "uwp"

TrayIcon with WinUI 3

I am trying to make a program that runs in the background, and I want to place a Tray Icon in the Tray Icon Section of Windows. I didn't find a solution to do t

TabControl overlays Minimize, Maximize and Close button of window

If I create for example 12 Tabs at start of my app the tabpages are overlapping the Close, Minimize and Maximize buttons, I have used the official sample from M

How can i set environment variable for ffmpeg.exe using uwp c# code?

set environment variable for ffmpeg.exe using code in C# UWP?

UWP App activation error in offline scenario

We have a sideloaded UWP app which has auto update enabled by referring this <?xml version="1.0" encoding="utf-8"?> <AppInstaller Uri="AppInstaller

Eye gaze data at a fixed rate using Holographic Remoting

I'm trying to obtain the eye tracking data at a fixed frame rate (30 Hz, as provided by the eye tracker in HoloLens2) and not tied to the Update() function of U

Shell extension DLL in a packaged win32 desktop app not working on some systems

Reference: Integrate a packaged desktop app with File Explorer https://docs.microsoft.com/en-us/windows/apps/desktop/modernize/integrate-packaged-app-with-file-

Where I can find an UWP application signing in users with AWS Cognito

I need an Universal Windows Platform (UWP) application to let users loging in using AWS Cognito. Just to explain a little bit better, I'll give you this example

Why is this WinRT function required to be extracted while others are not?

At https://docs.microsoft.com/en-us/windows/uwp/launch-resume/handle-app-prelaunch#detect-and-handle-prelaunch it reads: Note the TryEnablePrelaunch() function

How to enumerate all possible keys that exist on a smartcard that is present in a reader with just UWP APIs?

Here are the constraints for my question: How to enumerate all possible keys that exist on a smartcard that is present in a reader with UWP APIs? Use just Unive

How to use a generic HostBuilder in a UWP application

In my WPF applications I use a generic HostBuilder in this way: public partial class App : Application { private readonly IHost _host; public App()

WindowsCommunityToolkit.DataGrid TabIndex is ignored in DataGridTemplateColumn.TextBox

I have a DataGrid (https://github.com/CommunityToolkit/WindowsCommunityToolkit) with a TemplateColumn and a TextBox. Unfortunately, my TabIndex is ignored and i

Sending message through Bluetooth with xamarin android to uwp for Windows 10 iot core

I want to send text from my xamarin Android app to my uwp app on an raspberry pi 3. also I want to use the softkeyboard from my Android phone as remote keyboard

Docker Image For UWP Application

From the microsoft docs: Docker support is available for ASP.NET projects, ASP.NET Core projects, and .NET Core and .NET Framework console projects. I've bee

c#: How to popup uwp project in winform

I want to popup a UWP project when I click a button in a Winform project I tried to pop up WPF, but it didn't work in UWP. In WinForm I can't add a reference t

UWP Extended Splash Screen Not Closing

I am a little rusty on the UWP front. I got hold of the UWP Van Arsdel Inventory sample app that was used with one of the Microsoft Build events. I wanted to do

Unknown exception(just-in- time debugger exception) in ListView drag and drop in uwp?

The Below code is for reordering the items of listview using drag and drop functionality. The Below code is almost similar to my actual project code except for

DataTemplate doesn't work when moved to ResourceDictionary

I was trying to move a DataTemplate from a ListView into a resource dictionary and it somehow broke the Bindings, I believe. I verified that when I hardcode th

How to close ComboBox list items when moving application window of my WinRT/C++ UWP application?

I have a pair of ComboBox controls having IsEditable() true as well as false. When I am scrolling through my application or moving my application window (by cli

XAML UWP - How to use animations in RenderTransform on elements in a ItemsControl (Data Binding)

I want to show a collection of images with entry animations (opacity, translation and rescaling) in a UWP app. How do I apply unique storyboards to each of the

UWP Xbox Live Leaderboards

I am trying to incorporate leaderboards into my UWP game. I am using C# and XAML to create my game. I have created a high score leaderboard and have pushed it w