473,503 Members | 1,677 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

tooltips delay not working!? - BUG??

Hi all!!
I cannot prevent my datagrid's tooltip from showing up immediately after
pointing to some cell with cursor.

in my form I have
private ToolTip toolTip1;

in constructor:

toolTip1 = new ToolTip();

toolTip1.AutoPopDelay = 200;

toolTip1.InitialDelay = 300;

toolTip1.ReshowDelay = 500;

toolTip1.ShowAlways = true;

in dGrid_MouseMove event handler:

string display_tip = "/cell value../";

toolTip1.SetToolTip(dGrid, display_tip);

no matter how I play with delay values in constructor, the tooltip always
shows immediately ! It's really annoying.. Can somebody please show me what
I'm doing wrong.. To me it seems like bug, but then again what do I know..

THANK you!!

David
Jul 21 '05 #1
0 1146

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

Similar topics

1
2670
by: David Ei | last post by:
I'm working on a C# Windows Forms application that is leaking memory. I've been using the SciTech NetMem Profiler 2 (A really great tool, BTW) to track down leaks. I've found one related to...
1
1830
by: Wayne Aprato | last post by:
Tooltips in Access have not worked on my machine for a long time despite several reinstalls of the operating system and applications at fairly regular intervals. I have finally pinned down the...
15
10921
by: Tinus | last post by:
Hello all, I've created a custom control that draws a monthly schedule (using the Draw function in C#). Basically it draws 31 boxes and writes the day number in every box. This works...
2
1968
by: Roberto López | last post by:
Hi all, It is possible to modify the delay and the time that it´s displayed of a tooltip in ASP.NET pages?? Thanks. -- Roberto López Dpto. Soporte Software Eurosistemas Informáticos y...
0
959
by: Carsten Schipp | last post by:
I developped an Application in VB.Net Framework 1.0. In the user-forms I am using the windows.forms.tooltips. On my machine (XP-professionial) everything is fine. But on the machine of my customer...
0
326
by: David Krmpotic | last post by:
Hi all!! I cannot prevent my datagrid's tooltip from showing up immediately after pointing to some cell with cursor. in my form I have private ToolTip toolTip1; in constructor: toolTip1 =...
1
1791
by: TyBreaker | last post by:
I have a simple form with a toolstrip on it and some toolstrip buttons. Tooltips work fine. But then I use the ShAppBarMessage API call to register the form as an Application Desktop Toolbar. ...
4
3482
by: fts2012 | last post by:
Hi all, I set the ToolTips when the solution is running. as follows: ToolTip1.SetToolTip(Me.Label1, "nothing") ToolTip1.AutomaticDelay = 10 ToolTip1.AutoPopDelay = 5000 ToolTip1.ShowAlways =...
11
1992
by: Rich Grise | last post by:
I've got a photo gallery on my client's website, and it has been suggested that, rather than show the whole thing full-size on one page (about 9 full- page images), I should put a thumbnails page...
0
7328
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
6991
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
5578
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
5013
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
4672
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3154
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1512
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
736
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
380
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

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.