NotifyIcon poping up a micro-window

Hi everyone...

I was looking in the forum some issues about NotifyIcon tool, but I can't find some helpful about this little windows displayed by some programs like messenger when a new mail is in the inbox and something like that... I'm not sure if anyone else has asked for something similar... but:

How can I send throw a NotifyIcon messages in a little window like a new mail or a new contact, like msn and others does?

Thank you very much..!!

[456 byte] By [LugVlezSchmitz] at [2007-12-29]
# 1
This one appears simple to use:

http://www.codeproject.com/cs/miscctrl/taskbarnotifier.asp

I've got it bookmarked because I'll need it towards the end of my current project. I haven't incorporated it yet though. I've looked at several and this is the one that seemed written the best and had all the features to suit my needs.

It also has the advantage of being written in pure managed code; others I've seen use interop to get certain features.

theblueeyz at 2007-9-4 > top of Msdn Tech,Windows Forms,Windows Forms General...
# 2
Here's another...
nobugz at 2007-9-4 > top of Msdn Tech,Windows Forms,Windows Forms General...