How to implement an notification window like "MSN messenger friends online notification"

W

William Li

Hi,

I'm developing a notification application using winform.
It is shown as a tray icon when running, and when a message arrive (such as
new mail alert), it should pop up a notification window in the right-bottom
of the desktop, just like msn messenger's friends online notification.

Anybody can tell me how to implement this?
Some sample code or reference document will be much appreciated!

Regards,

William Li
 
H

Herfried K. Wagner [MVP]

William Li said:
I'm developing a notification application using winform.
It is shown as a tray icon when running, and when a message arrive (such
as new mail alert), it should pop up a notification window in the
right-bottom of the desktop, just like msn messenger's friends online
notification.

TaskbarNotifier, a skinnable MSN Messenger-like popup in C# and now in
VB.NET too
<URL:http://www.codeproject.com/cs/miscctrl/taskbarnotifier.asp>

Introducing the Visual Basic .NET Power Pack
<URL:http://msdn.microsoft.com/library/en-us/dv_vstechart/html/vbpowerpack.asp>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top