Form Labels Question Repost

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
 
G

Guest

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top