Form Labels Question Repost

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello all,

I downloaded a sample database "A2kTooltipver34.zip" from Stephen Lebans web
site at http://www.lebans.com that demonstrates how to create tool tips on a
form.

Everything works great, but I would like to keep the tool tip visible until
the user moves the mouse away from the control.

Currently, the tool tips visibility duration is set to 5 seconds by this
line of code:

..DelayTime = 5000

Is there a way to make the tool tip stay visible until the mouse moves away
from the control?

If anyone out there is familiar with this, please write me back :-)

-Sky
 
Hello all,

I think I found a viable solution to my own question. I changed the
..DelayTime from 5000 to a larger number of 9000000. It seems to work. Hope
I'm not screwing anything up....

-Sky
 
Back
Top