Create popup "toaster" notifications in Windows with .NET
Posted
by Draak
on Stack Overflow
See other posts from Stack Overflow
or by Draak
Published on 2010-06-14T02:38:20Z
Indexed on
2010/06/14
6:42 UTC
Read the original article
Hit count: 315
I am using .NET and am creating a desktop app/service that will display notifications in the corner of my Desktop when certain events are triggered. I don't want to use a regular Message Box b/c that would be too intrusive. I want notifications to slide into view and then fade out after a few seconds. I am thinking of something that will act very much like the Outlook alerts that one gets when a new message arrives. The question is: Should I use WPF for this? I've never done anything with WPF but will happily try it if that's best means to the end. Is there a way to accomplish this with regular .NET libraries?
© Stack Overflow or respective owner