Creating a custom control in WinUI
Today, we’ll look at the process of creating custom controls using a slider as an example. ...
Today, we’ll look at the process of creating custom controls using a slider as an example. ...
Today we’ll look at organizing the MusicApp interface. ...
Today, I’ll explain the project structure I use when building WinUI apps. ...
Today, we’ll figure out how to use MediaPlayer to play music in a WinUI app. ...
Not exactly from scratch. We’ll use the MediaPlayer class, but we’ll design the architecture so it can be replaced (if needed). ...