/ExNotifyBalloon

Windows 10 style notifications for Windows Forms.

Primary LanguageC#MIT LicenseMIT

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();