Notifications Lib

Notifications Lib is a beautifully crafted library that seamlessly creates desktop notifications that are stunning to look at and have adequate functionality.

Download

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 this link to directly download the library.

Getting Started

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.

Last updated