Thank you for your reply, but there are lots of control need the tooltip,
have you better way?
Merry Christmas
"kimiraikkonen" <
[email protected]>
??????:d029f9ac-2c35-4bd5-baa1-b9bfdd754...@a29g2000pra.googlegroups.com....
Though AutoPopDelay property is said that it cannot handle more than
5000 ms in MSDN link below, i can set more than 5000 ms for that
property without any warning in .NET 2.0. (eg: set 10000 ms in .NET
2.0, it may work)
That page doesn't have a .NET 2.0 version of that property, maybe that
was the reason of not being limited in 5000 ms.
http://msdn.microsoft.com/en-us/library/system.windows.forms.tooltip....
However, regardless of that property, if you want to show tooltip
while mouse pointer is on a control during specified duration, you can
extend the duration by using Tooltip.Show() method by specifying a
custom duration like on a button control as follows:
' See third argument, extend to 10000 or whatever you wish
ToolTip1.Show("Hello World", Button1, 10000)
See different overloads of Show method here:
http://msdn.microsoft.com/en-us/library/system.windows.forms.tooltip....
Hope this helps,
Onur Güzel
(e-mail address removed)
(e-mail address removed)