Skip to content

Windows 10 style notifications for Windows Forms.

License

Notifications You must be signed in to change notification settings

Sigmanor/ExNotifyBalloon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ExNotifyBalloon

Windows 10 style notifications for Windows Forms.

For what if exists NotifyIcon?

  • Because notification timeout in fact cannot be changed
  • Because notification style in windows 7 look like shi~
  • Because I can't change notification font/color/etc

Usage example

var notification = new ExNotifyBalloon(Resources.info, "Title", "Body", 5000);
notification.Show();

About

Windows 10 style notifications for Windows Forms.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages