Albert
albertakhmetov.com
Albert
@albertakhmetov.com
C# Developer
Reposted by Albert
Curated list of 420+ Windows apps embracing WinUI 3 design
October 12, 2025 at 10:04 PM
MusicApp Preview Update: Single-Instance Stability Fix

Fixed the bug: Launching a second instance without arguments used to crash the original app. Now it properly activates the existing instance instead.

github.com/albertakhmet...

#MusicApp #Fix
github.com
August 18, 2025 at 5:10 AM
First preview of MusicApp is here! A simple music player I’ve been working on. This early build might (read: will) have bugs — testing it across my devices is easier now. Feel free to report any bugs (or just wait for the next update).

github.com/albertakhmet...

#MusicApp #Preview #IndieDev #WinUI
Release First Preview Release of MusicApp – A Simple Music Player · albertakhmetov/MusicApp
This is the first preview version of MusicApp, a simple music player. It’s still in development, and I’m sharing it now so I can test it on my other computers without having to manually transfer th...
github.com
August 17, 2025 at 1:52 PM
🛠️ New update!

✓ Under-the-hood code cleanup
✓ Now switch icon types between Bitmap & PNG

More polish coming soon!

github.com/albertakhmet...

#IcoApp #WinUI
Release Release v0.2.0 · albertakhmetov/IcoApp
This version includes: Major code refactoring Added icon image type switching (Bitmap ↔ PNG)
github.com
July 4, 2025 at 12:19 PM
Reposted by Albert
UGH this memory leak in the WinUI Window event handlers is pretty bad: github.com/microsoft/mi...
Make sure to unsubscribe from Window events on AppWindow.Destroying to avoid it.
Window objects do not deregister event handlers added via XAML or implicitly by using x:Bind, leading to memory leaks · Issue #9960 · microsoft/microsoft-ui-xaml
Describe the bug As investigated in #7282, window objects can easily leak in at least two scenarios: Event handlers in the XAML file of the window Adding event handlers to the XAML window from XAML...
github.com
June 21, 2025 at 4:47 PM
Hello there.
March 11, 2025 at 5:03 PM