CODE block test page
from
WinCustomize Forums
Ok,
I tried this before to see how it worked, and it didnt.
Sample DX code: (copy/pasted from DX to here)
I tried this before to see how it worked, and it didnt.
Sample DX code: (copy/pasted from DX to here)
Code: vbscript
- Sub Object_OnMouseEnter
- Call ShowToolTip("This is my Tool-Tip","Info")
- End Sub
- Sub Object_OnMouseLeave
- Call HideToolTip()
- End Sub