Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sigmanor/exnotifyballoon

Windows 10 style notifications for Windows Forms.
https://github.com/sigmanor/exnotifyballoon

c-sharp csharp notifications windows winforms

Last synced: about 2 months ago
JSON representation

Windows 10 style notifications for Windows Forms.

Awesome Lists containing this project

README

        

# ExNotifyBalloon
Windows 10 style notifications for Windows Forms.

![](https://i.imgur.com/A5ia7yw.png)

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