Create slide-in notifications à la Outlook 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 2:42 UTC
Read the original article Hit count: 245

Filed under:
|
|

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. The notifications would 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

Related posts about .NET

Related posts about wpf