Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
NotifyIcon Class
Members FilterMembers Filter
Frameworks FilterFrameworks Filter
This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5

Other versions are also available for the following:
.NET Framework Class Library
NotifyIcon..::.ShowBalloonTip Method

Updated: November 2007

Displays the balloon tip in the taskbar.

  NameDescription
ShowBalloonTip(Int32) Displays a balloon tip in the taskbar for the specified time period.
ShowBalloonTip(Int32, String, String, ToolTipIcon) Displays a balloon tip with the specified title, text, and icon in the taskbar for the specified time period.
Top
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
BalloonTip not vanishing?      LyalinDotCom   |   Edit   |  

There seems to be issues with how long the Balloon tip takes to vanish even if you set a low duration (as show to be 3 seconds in the code below).

notifyIconMain.ShowBalloonTip(3000, "XYZ...", MyVar, ToolTipIcon.Info);

For more information see my blog post on this subject: http://blog.lyalin.com/2007/12/showballoontip-problem-in-notifyicon.html

Flag as ContentBug
BalloonTip not appearing?      kz!   |   Edit   |  
Since Microsoft have neglected to provide this essential information, I'll do it for them. Ensure HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced\EnableBalloonTips is set to 1 if your balloon tips don't show up at all.
Tags What's this?: Add a tag
Flag as ContentBug
Processing
© 2008 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker