README.md
December 5, 2022 ยท View on GitHub
Description
Have a little message show up when the mouse idles over a button.
More Info
| Submitted On | |
| By | Demian Net |
| Level | Beginner |
| User Rating | 3.7 (11 globes from 3 users) |
| Compatibility | VB 5.0, VB 6.0 |
| Category | Miscellaneous |
| World | Visual 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).