Windows Develop Bookmark and Share   
 index > Windows Forms General > NotifyIcon poping up a micro-window
 

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..!!
Lug VĂ©lez Schmitz  Sunday, January 28, 2007 5:55 AM
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.
Patrick Sears  Sunday, January 28, 2007 7:42 AM
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.
Patrick Sears  Sunday, January 28, 2007 7:42 AM
nobugz  Sunday, January 28, 2007 2:01 PM

You can use google to search for other answers

Custom Search

More Threads

• PropertyGrid - disappearing value after change SelectedObject.
• How to show the scrollbars?
• Saving ListView columns
• how the difference between the windows xp service and the windwos vista service
• Check for a point on a line
• ListView, ListViewItemSorter, and Groups
• Checking for system requirements
• Displaying Panel in Custom DataGridView Editting Control
• Introducing a struct in a second form
• Custom cursor in entire form, impossible in menuItems and for textbox borders?