Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 982 Bytes

README.md

File metadata and controls

27 lines (14 loc) · 982 Bytes

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: https://oceanairdrop.blogspot.co.uk/2016/10/winforms-html-toast-notifications.html

The toast popups can be HTML Text or Images.

alt tag

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
https://www.codeproject.com/Articles/12597/OSD-window-with-animation-effect-in-C

Project: Floating, collapsible transparent window in C#
Author: Julusian
https://www.codeproject.com/Articles/9759/Floating-collapsible-transparent-window-in-C

I acknowledge and am grateful to these developers for their work.