Single Instance Apps in WinUI 3 with C#
In this article, we’ll look at how to restrict your WinUI 3 app to a single instance using C#. ...
In this article, we’ll look at how to restrict your WinUI 3 app to a single instance using C#. ...
WinUI doesn’t support window size limits by default, but you can easily add this feature yourself. ...
In this note, we will look at how to switch between light and dark themes in a WinUI app. ...
This post is based on Using .NET build-in dependency injection with WinUI apps and represents work on the mistakes made in the design of the approach described there. ...
Let’s use ContentDialog in MVVM pattern style! ...
Let’s consider how to implement the ability to drag items with Rx.NET. ...
Let’s draw a pixelated image separated by transparent lines in Win2D! ...
Win2D provides the ability to use GPU-accelerated 2D graphics in WinUI 3 apps. ...
In this note we are considering the image extraction from ICO files in pure C# (without Win32 or any other dependencies). ...
In this note we are considering the image extraction from ICO files using the Win32 API. ...