toast style popup for my application

Posted by anonym0use on Stack Overflow See other posts from Stack Overflow or by anonym0use
Published on 2009-01-20T12:54:05Z Indexed on 2010/04/17 1:13 UTC
Read the original article Hit count: 376

Filed under:
|

I have created an application that runs in the taskbar. When a user clicks the application it pops up etc. What I would like is similar functionality to that in MSN when one of my friends logs in. Apparently this is know as a toast popup? I basically want something to popup from every 20 minutes toast style fom the application in the taskbar.

My existing application is winforms based written in C# with .net 3.5

Cheers

© Stack Overflow or respective owner

Related posts about c#

Related posts about winforms