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

https://github.com/beached/notificationwindow

Displays a self hiding notification window.
https://github.com/beached/notificationwindow

Last synced: 11 months ago
JSON representation

Displays a self hiding notification window.

Awesome Lists containing this project

README

          

Notification Window
==================

A .Net Library to display a pop-up notification in the style of IM clients without forcing the user to respond or stealing focus. It will automatically disappear after a predetermined amount of time.

It is called by one of two static methods void AddMessage( string format, params object[] values ) and void AddErrorMessage( string format, params object[] values )

The parameters are like string.format.

e.g.

NotificationWindow.AddMessage( @"Your task completed at {0}", DateTime.Now );