Skip to content

clusterzx/EZNotifications

Repository files navigation

EZNotifications

Simple and easy to use notifications for your VB.NET / C# Projects.

Installation / How to use

  1. Open up your Project
  2. Add a dependency to the EZNotifications.dll
  3. Imports EZNotifications
  4. Add code to Initilize the Class
        Dim notify As New EZNotification
        Dim style As EZNotification.Style
        Dim design As EZNotification.FormDesign

        style = EZNotification.Style.Information
        design = EZNotification.FormDesign.Dark

  1. To Show a notification use this :
        notify.Show("Title", "Text", style, design)

alt text

notifications, simple, fancy, vb.net, c#

About

Simple & easy notifications for your .NET applications

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published