README.md

December 5, 2022 ยท View on GitHub

REAL Tool Tips

Description

Have a little message show up when the mouse idles over a button.

More Info

Submitted On
ByDemian Net
LevelBeginner
User Rating3.7 (11 globes from 3 users)
CompatibilityVB 5.0, VB 6.0
CategoryMiscellaneous
WorldVisual Basic
Archive File

Source Code

'It seems everyone likes to use labels on mouseover of an object when really all you have to do is:
'Goto the object properties, & goto ToolTipText. Put your message in there & you have a REAL tooltip. ;)
'(guess sometimes people forget about the easy things).