472,811 Members | 1,639 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

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

ToolTip and ErrorProvider behavior

I have the following issues:

1. I want to make it so that ToolTips never go away once they are shown
until the user moves the mouse outside of the control for which the ToolTip
is assigned. It seems to me that setting the ToolTip.AutoPopDelay to a large
value (e.g., Int32.MaxValue) should acomplish this goal, but it does not.

2. I want to make it so that the ErrorProvider message is always displayed
when the mouse is over the ErrorProvider icon (i.e., I don't want the
ErrorProvider message to go away after a few seconds). Is this possible?

3. I've noticed that the ErrorProvider message fails to reappear if you keep
the mouse over an ErrorProvider icon until the message goes away and then
move your mouse off of the icon and then back on to the icon. Is there any
way to make it so that the ErrorProvider message always appears when the
mouse moves over the icon?

Thanks,
Lance
Nov 21 '05 #1
4 3761
Hi Lance

Currently I am looking for somebody who could help you on it. We will reply
here with more information as soon as possible.
If you have any more concerns on it, please feel free to post here.
Thanks for your understanding!

Best regards,

Gary Chang
Microsoft Online Partner Support

Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------

Nov 21 '05 #2
Hi

There is a known issue with the AutoPopDelay property of ToolTips
component.
So far the maxvalue we can set for AutoPopDelay is any value less than or
equal to 32767. Once the value has beyond 32767, it will be reset to
default value 5000.

So I think for the ToolTips question we can try to set the AutoPopDelay to
32767.

As for ErrorProvider question, it has less customized feature than
ToolTips e.g. there is no exposed method which allowed us to set the
AutoPopDelay similar with ToolTips, it is hard to do that.

If you really want to do that, I think we have to wrtie a new our own
"ErrorProvider ".
Simply we can put a picturebox align to the control and set the ToolTip to
the picturebox, so that we can get the tooltip's feature.

Hope this helps.

Best regards,

Peter Huang
Microsoft Online Partner Support

Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.

Nov 21 '05 #3
Hi,

If you have any more concerns on it, please feel free to post here.
Best regards,

Peter Huang
Microsoft Online Partner Support

Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.

Nov 21 '05 #4
Thanks for your help. The ToolTip.AutoPopDelay issue is good to know about.
Nov 21 '05 #5

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

Similar topics

3
by: Martijn Leine | last post by:
I am using an errorprovider and a datagrid component on a form. I use the errorprovider to display error hints in the grid, in the case the entered data by the user is checked and not found Ok....
2
by: Nat | last post by:
Hi I have a webapplication in c# using asp.net. I have several tooltips wich gets their content from a content.xml file. My quistion is now: Can't I use AutoPopDelay, InitialDelay etc. on...
1
by: OShell77 | last post by:
Hi, I have problem with a C# Win Forms app that uses the ErrorProvider class to provide input validation feedback to the user. On my development workstation (WinXP Pro + Visual Studio .NET...
6
by: M O J O | last post by:
Hi, How do I check if an ErrorProvider has errors? Take for example this code... (err = ErrorProvider...) Public Sub Test If TextBox1.Text= "" Then
0
by: Issac | last post by:
Hi, I am writing a program which will be used in Win2000 and Win98 platform. The program include a Form (called myForm) which has a TextBox, Tooltip, Errorprovider and a Button. Tooltip...
5
by: Chris Smith | last post by:
Experienced posters, I am trying to owner draw a tooltip. But I notice that alot of the basic controls don't have a tooltiptext property. Is this property one that is similarly given to a...
0
by: Lucian Wischik | last post by:
I'm using ToolTip.Show(x,y,..) to show my balloon-style tooltip at a specified coordinate. Most of the time it works fine and the "tip" of the balloon points exactly to my specified (x,y)...
5
by: ODAN | last post by:
I have an application that was developed in ASP.NET/C#. On one of the pages, we are using tooltip to display the description of the textboxes. Wehn you move your mouse over a textbox the tooltip...
0
Pakmarshal
by: Pakmarshal | last post by:
Hello Everyone, While working with list view control in VB 2005, I observed a behavior that the tooltip for the control is not consistent i.e. if we closely observe that when the tooltip displays...
0
by: erikbower65 | last post by:
Using CodiumAI's pr-agent is simple and powerful. Follow these steps: 1. Install CodiumAI CLI: Ensure Node.js is installed, then run 'npm install -g codiumai' in the terminal. 2. Connect to...
0
linyimin
by: linyimin | last post by:
Spring Startup Analyzer generates an interactive Spring application startup report that lets you understand what contributes to the application startup time and helps to optimize it. Support for...
0
by: kcodez | last post by:
As a H5 game development enthusiast, I recently wrote a very interesting little game - Toy Claw ((http://claw.kjeek.com/))。Here I will summarize and share the development experience here, and hope it...
14
DJRhino1175
by: DJRhino1175 | last post by:
When I run this code I get an error, its Run-time error# 424 Object required...This is my first attempt at doing something like this. I test the entire code and it worked until I added this - If...
0
by: Rina0 | last post by:
I am looking for a Python code to find the longest common subsequence of two strings. I found this blog post that describes the length of longest common subsequence problem and provides a solution in...
5
by: DJRhino | last post by:
Private Sub CboDrawingID_BeforeUpdate(Cancel As Integer) If = 310029923 Or 310030138 Or 310030152 Or 310030346 Or 310030348 Or _ 310030356 Or 310030359 Or 310030362 Or...
0
by: lllomh | last post by:
How does React native implement an English player?
0
by: Mushico | last post by:
How to calculate date of retirement from date of birth
2
by: DJRhino | last post by:
Was curious if anyone else was having this same issue or not.... I was just Up/Down graded to windows 11 and now my access combo boxes are not acting right. With win 10 I could start typing...

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.