Let's say I have a simple UWP app (so no .NET 5 or C# 8 without workarounds irrelevant to this situation), with many pages that contain buttons, all of which mu
Let's say I have a simple UWP app (so no .NET 5 or C# 8 without workarounds irrelevant to this situation), with many pages that contain buttons, all of which mu
I have a big issue. I use an obfuscation solution to protect my solution. When I try to build the solution in "Debug" mode, it finishes in less than 2 minutes.
I always debug the WebView control with VS, I refer to the this official document Debug a WebView control in a UWP App. Recently, I found there is a best way to
I always debug the WebView control with VS, I refer to the this official document Debug a WebView control in a UWP App. Recently, I found there is a best way to
I am porting Python code running on Linux to Windows, and need to implement 2 simple platform-specific functionalities (there are handled via bluetoothctl calls
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
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
set environment variable for ffmpeg.exe using code in C# UWP?
We have a sideloaded UWP app which has auto update enabled by referring this <?xml version="1.0" encoding="utf-8"?> <AppInstaller Uri="AppInstaller
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
Reference: Integrate a packaged desktop app with File Explorer https://docs.microsoft.com/en-us/windows/apps/desktop/modernize/integrate-packaged-app-with-file-
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
At https://docs.microsoft.com/en-us/windows/uwp/launch-resume/handle-app-prelaunch#detect-and-handle-prelaunch it reads: Note the TryEnablePrelaunch() function
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
In my WPF applications I use a generic HostBuilder in this way: public partial class App : Application { private readonly IHost _host; public App()
I have a DataGrid (https://github.com/CommunityToolkit/WindowsCommunityToolkit) with a TemplateColumn and a TextBox. Unfortunately, my TabIndex is ignored and i
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
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
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