From: yxq on 11 Dec 2009 18:51 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 12 Dec 2009 16:44 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 >
|
Pages: 1 Prev: VB.Net Datagridview with combobox Next: VB.NET http web request with client certificate |