Windows Develop Bookmark and Share   
 index > Windows Forms General > Capricious ToolTip
 

Capricious ToolTip

Hi!

I want put a tooltip text over a button, but only works the 6 or 7 first times, before is imposible be the tooltip.

I'm using the default tooltip component configuration, what could be the problem?

Regards.
vtortola  Tuesday, March 20, 2007 12:58 PM
The tooltip will never be shown again if you leave it on the button long enough for it to automatically pop out of sight. As set by the AutoPopDelay property. It will reappear if another control displays a tip.

This is by design as MSFT would say. I could not find a way to reset this. I doubt this is a framework problem, more than likely built-in behavior of the native Windows component.
nobugz  Tuesday, March 20, 2007 1:37 PM
The tooltip will never be shown again if you leave it on the button long enough for it to automatically pop out of sight. As set by the AutoPopDelay property. It will reappear if another control displays a tip.

This is by design as MSFT would say. I could not find a way to reset this. I doubt this is a framework problem, more than likely built-in behavior of the native Windows component.
nobugz  Tuesday, March 20, 2007 1:37 PM
pffffff ... omg.

Thanks nobugz :)

Regards.
vtortola  Tuesday, March 20, 2007 3:02 PM

You can use google to search for other answers

Custom Search

More Threads

• Authentification exception while read remote eventlog
• hello new to VS require HELP
• waitcursor on all child controls
• Allowing user to pick fields to print
• Rich Text Box Questions
• Macro Problems
• Handle HTTP request from Windows form
• Control Array()
• Detect if child controls are visible or not
• Help ! Click Activating ActiveX Controls and Windows UserControl (hosted in IE)