Notification API - C# Source
We have written recently a simple API for notifications in tray area. Probably you have seen notifications from Thunderbird or Gmail notifier. They appear in system clock area only if the task bar in its default state.
Things go wrong if a user decides to customize the taskbar location.
There are two ways to solve this problem (included in the attachment):
1. Use tray icon. The main problem is a large system timeout to close the
tooltip. We found a solution and with the help of this code a developer can
close baloon tooltips at any time.
2. Use included TaskBar API to determine the location of the taskbar and
the edge the task bar is docked to.
Please comment if you find it useful.



March 16th, 2007 at 1:05 am
Ya its very usefull….
March 16th, 2007 at 10:03 am
Good to hear, thanks for the comment.
March 10th, 2008 at 10:53 pm
Hopefully we will be able to use this for our project management application.
It would be used to notify users when a developer commits a change to the Subversion repository or when work items are created/updated/discussed.