From: yxq on
I want to add the show time (for example 5 minutes) or alway show tip until
mouse leave the control, but seem the tooltip control can not do that. Thank
you


From: James Hahn on
To have the ToolTip visible remain until the user moves the mouse off the
control, use the Show method of the ToolTip control to show the tool tip
when teh mouse enters the control, and use the Hide method to remove the
ToolTip when the mouse leaves the control.

"yxq" <gayxq(a)163.net> wrote in message
news:OmHVbzreKHA.6096(a)TK2MSFTNGP02.phx.gbl...
>I want to add the show time (for example 5 minutes) or alway show tip until
>mouse leave the control, but seem the tooltip control can not do that.
>Thank you
>