Enhancing IHostedService support in WinUI apps
Today, we’ll look at enhancing IHostedService integration with built-in DI in WinUI apps. ...
Creating a custom control in WinUI
Today, we’ll look at the process of creating custom controls using a slider as an example. ...
Quick Look at the UI Internals
Today we’ll look at organizing the MusicApp interface. ...
WinUI application project structure
Today, I’ll explain the project structure I use when building WinUI apps. ...
Using MediaPlayer class in WinUI 3
Today, we’ll figure out how to use MediaPlayer to play music in a WinUI app. ...
How to Build a Music Player for Windows from Scratch
Not exactly from scratch. We’ll use the MediaPlayer class, but we’ll design the architecture so it can be replaced (if needed). ...
Creating a WinUI-Style Tray Icon Context Menu
Let’s bring some variety to the system tray menu – create a WinUI-style popup! ...
Creating a Context Menu for Tray Icons in C# and WinUI
Today, we’ll explore how to add a native context menu to a tray icon. ...
Using NotifyIcon in WinUI 3
Learn how to use NotifyIcon in WinUI 3 apps without third-party libraries. ...
Prevent Screen Sleep in C# WinUI Apps
Let’s consider how to keep your screen awake in WinUI apps using simple C# code. ...