After releasing a UWP application to the Windows Store that runs well on both desktop and Xbox, I noticed that it was not launching successfully when installed
I have a client-server app. HoloLens 2 is my client and communicates with the server using UDP. My MRTK profiler shows me the app consumes memory incrementally
How can I force a tooltip to stay open or at least increase the duration in winui3? Most examples I found are either for wpf or uwp and none of seems to work.
There is no any such specific answer for UWP implementation that will give me the correct solution. I have a datagrid which will have data from it's item source
I was attempting to get an image to rotate indefinitely as a waiting throbber when State is in a running state, and to reset it's angle and stop rotating when i
I'm trying to assign a value to My ComboBox with the name "tbYear", this value I want to assign comes from My API. I'm getting the value correctly, I just have
I am trying to build a UWP app using the latest version of windows for my vmImage, currently the build script looks like this: Build script Code # Universal Win
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
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
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
I'm developing an UWP app via C#, that uses IBasicVideoEffect with IDirect3DSurface. As mentioned in documentation, I have created Windows Runtime Component (Un
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
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
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