Notifications Lib
Last updated
Last updated
Notifications Lib is a beautifully crafted library that seamlessly creates desktop notifications that are stunning to look at and have adequate functionality.
Because Notifications Lib is completely open source, its source code and binaries can all be found on its respective GitHub repository. Alternatively, you may click to directly download the library.
Download the latest release of the NotificationsLib.dll
file from the releases page.
Add it to your project.
Add the namespace to the C# header.
Next declare a static Notification Host to use throughout your application.
Now whenever needed (like in a button click event) you can invoke the notification queue system to either immediatly show or until another notification gets dismissed.