# WinformsHTMLToastNotification
**Repository Path**: xhiongyq/WinformsHTMLToastNotification
## Basic Information
- **Project Name**: WinformsHTMLToastNotification
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2020-10-27
- **Last Updated**: 2020-12-19
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# WinformsHTMLToastNotification
WinformsHTMLToastNotification gives you the ability to display popup toast notifications in a WinForms application.
The motivation for this project can be found on my blog here: http://oceanairdrop.blogspot.co.uk/2016/10/winforms-html-toast-notifications.html
The toast popups can be HTML Text or Images.

# Credits
This code is derived from the works of two authors. You can find the source code of their projects here:
Project: OSD window with animation effect, in C#
Author: Mr. Smarty
http://www.codeproject.com/Articles/12597/OSD-window-with-animation-effect-in-C
Project: Floating, collapsible transparent window in C#
Author: Julusian
http://www.codeproject.com/Articles/9759/Floating-collapsible-transparent-window-in-C
I acknowledge and am grateful to these developers for their work.