473,378 Members | 1,539 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,378 software developers and data experts.

ShowBalloonTip Problem

I'm having a timeout problem with NotifyIcon.ShowBalloonTip, but not the
problem commonly found.

Most people complain that the balloon shows up too long (even though this is
by design... I've done that reading), but the problem I'm having is the icon
is disappearing too quickly.

Even in an application that all I have is a Form, NotifyIcon and Button,
when the Button_Click action is set for

notifyIcon1.ShowBalloonTip(30000, "Title", "Text", ToolTipIcon.None);

The icon still disappears after 4-5 seconds. It was my understanding that
this code should make it disappear after 30 seconds. Even if it was set too
low, 5 seconds should be the minimum timeout.

Am I missing something?

-Steve

Sep 25 '08 #1
1 6459
Steve F wrote:
I'm having a timeout problem with NotifyIcon.ShowBalloonTip, but not the
problem commonly found.

Most people complain that the balloon shows up too long (even though
this is by design... I've done that reading), but the problem I'm having
is the icon is disappearing too quickly.

Even in an application that all I have is a Form, NotifyIcon and Button,
when the Button_Click action is set for

notifyIcon1.ShowBalloonTip(30000, "Title", "Text", ToolTipIcon.None);

The icon still disappears after 4-5 seconds. It was my understanding
that this code should make it disappear after 30 seconds. Even if it was
set too low, 5 seconds should be the minimum timeout.
From the documentation: "Minimum and maximum timeout values are enforced by
the operating system and are typically 10 and 30 seconds, respectively,
however this can vary depending on the operating system. Timeout values that
are too large or too small are adjusted to the appropriate minimum or
maximum value."

I don't know if these parameters are actually configurable (they likely are)
and if you have something installed that changes them, but in any case, you
cannot count on the timeout being enforced. For more details, you'll likely
need to delve into the details of the balloon tip control in Win32.

--
J.
Sep 26 '08 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Bruce Davis | last post by:
I'm having a problem on windows (both 2000 and XP) with a multi-threaded tkinter gui application. The problem appears to be a deadlock condition when a child thread pops up a Pmw dialog window in...
11
by: Kostatus | last post by:
I have a virtual function in a base class, which is then overwritten by a function of the same name in a publically derived class. When I call the function using a pointer to the derived class...
117
by: Peter Olcott | last post by:
www.halting-problem.com
28
by: Jon Davis | last post by:
If I have a class with a virtual method, and a child class that overrides the virtual method, and then I create an instance of the child class AS A base class... BaseClass bc = new ChildClass();...
6
by: Ammar | last post by:
Dear All, I'm facing a small problem. I have a portal web site, that contains articles, for each article, the end user can send a comment about the article. The problem is: I the comment length...
16
by: Dany | last post by:
Our web service was working fine until we installed .net Framework 1.1 service pack 1. Uninstalling SP1 is not an option because our largest customer says service packs marked as "critical" by...
2
by: Mike Collins | last post by:
I cannot get the correct drop down list value from a drop down I have on my web form. I get the initial value that was loaded in the list. It was asked by someone else what the autopostback was...
0
by: nospam | last post by:
I have an application that is made up of a single module for my global variables and then multiple classes. There is no form. I am using a notifyicon as my notification(Basically different...
2
by: mr t | last post by:
Hi guys, I have a notify Icon, but when I call showBallonTip, the balloon does not show. any reason why? here is my call: Me.NotMemberServ.ShowBalloonTip(5000, "New Member IDs", iCountNew & "...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.