WinformsHTMLToastNotification
WinformsHTMLToastNotification copied to clipboard
Winforms HTML Toast Notification Popup
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.