Skip to content

beached/NotificationWindow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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 );

About

Displays a self hiding notification window.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages