ToolTip issue

  • Thread starter Thread starter Pascal Weill
  • Start date Start date
P

Pascal Weill

Hello,

I've got a problem with the ToolTip control (it is the
first time I use it). Whatever the changes I make to the
xxxxDelay properties (for example 1000), the tooltip
appears immediately when I move the mouse on the concerned
control (no delay). And the yellow window never disappears
when I stay on the control.

I tried the ToolTip on MouveMove and MouseEnter events and
it is the same.

Is there some tricks to know about the ToolTip or a
good "how-to" article to help me ?

Many thanks.

Pascal.
 
set your delay property on the tooltip then
in formLoad I put:

tooltipname.SetToolTip(control name to receive the tip
goes here, "tooltip text goes here")

works for me.
 
Hello,

Pascal Weill said:
I've got a problem with the ToolTip control (it is the
first time I use it). Whatever the changes I make to the
xxxxDelay properties (for example 1000), the tooltip
appears immediately when I move the mouse on the concerned
control (no delay). And the yellow window never disappears
when I stay on the control.

Which version of Windows and .NET do you use?
 
I've got Windows XP Family and Visual studio 2002. I must
precise that I set my xxxDelay properties in design mode.

Many thanks if you can help me.

PW
 
Back
Top