Quick Look at the UI Internals
Today we’ll look at organizing the MusicApp interface. ...
Today we’ll look at organizing the MusicApp interface. ...
Today, I’ll explain the project structure I use when building WinUI apps. ...
Let’s bring some variety to the system tray menu – create a WinUI-style popup! ...
Today, we’ll explore how to add a native context menu to a tray icon. ...
Learn how to use NotifyIcon in WinUI 3 apps without third-party libraries. ...
Let’s consider how to keep your screen awake in WinUI apps using simple C# code. ...
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. ...