Balloon Tips from the System Tray

You can really easily add system tray function to .NET windows forms by dragging the NotifyIcon object onto your form.

You can then use this to display balloon tips from the system tray with the code below:

myNotifyIcon.ShowBalloonTip(500, "Title""Tip text", ToolTipIcon.Info);

Very easy and it looks nice too

Author Dave Howard

I have been involved in IT development for the last 10 years - a lot of it around desktop applications and telecoms.

Comments

spscoder said:

thanks for the tip! It works! And I have spent the last 4 hours looking for how to do it.

Thank you again

04/Apr/2008 00:15 AM

Dilip said:

Thanks a lot very much use full tip!!!

08/Nov/2012 08:49 AM

Add Comment

Name
Comment
 

Your comment has been received and will be shown once it passes moderation.