Category "uwp"

The ScrollViewer automatically changes its height and does not scroll

In my program, I use ScrollViewer to display elements inside, but the problem is that when the ScrollViewer is filled with content, its height automatically cha

The ScrollViewer automatically changes its height and does not scroll

In my program, I use ScrollViewer to display elements inside, but the problem is that when the ScrollViewer is filled with content, its height automatically cha

IBasicVideoEffect with NV12 Subtype

I'm writing UWP app that give's user an opportunity to add video effect's on video stream receiving by some camera. I used C# MediaFrameReader to send SoftwareB

Sharing generic code between UWP projects

I'm developing an UWP app via C#, that uses IBasicVideoEffect with IDirect3DSurface. As mentioned in documentation, I have created Windows Runtime Component (Un

How to include externel user files into UWP side-loading package?

Say I use some .json files to descript some object data which effect to the program's behavior, I hope to use these files in the following scenarios The default

UWP Extended Foreground Session

So, I have made a few attempts to create an app in UWP, using C++/CX, and besides dreading the syntax, I had some fun. I ran into troubles when I attempted to p

How can I create a Task that can cancel itself and another Task if needed?

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

How can I create a Task that can cancel itself and another Task if needed?

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

Xamarin UWP release freezes at 'Compilation of [number] methods'

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.

Is there other way to get the Microsoft Edge DevTools Preview without Microsoft store?

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

Is there other way to get the Microsoft Edge DevTools Preview without Microsoft store?

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

Listing connected BLE devices from CPython in Windows

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

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