Toast notifcations for .NET 6+ Windows apps

I needed to crank out a little back-office Windows WinForms project the other day. It needed pop-up notifications to keep the user informed during a long running process, as well as to show the status of various app operations. The GIF below shows the result of a little toast library I wrote to solve the challenge.

collateral/toast-example.gif

This Git repo has the code and full instructions.

Leave a Comment

Your email address will not be published. Required fields are marked *