Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/sigmanor/exnotifyballoon
- Owner: Sigmanor
- License: mit
- Created: 2019-09-27T07:20:32.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-10-14T07:44:51.000Z (over 1 year ago)
- Last Synced: 2024-12-04T23:06:56.089Z (about 2 months ago)
- Topics: c-sharp, csharp, notifications, windows, winforms
- Language: C#
- Homepage:
- Size: 148 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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();