|
|
Custom ToolTip:

Category:
GUI |
Controls
API:
DestroyWindow |
ShowWindow |
MoveWindow |
GetCursorPos |
WindowFromPoint |
SetWindowLong

Customizable ToolTip control with title and body text.
Put vbkToolTip on your form, and add the following code on the MouseMove event
for each control:
vbkToolTip1.Fire ControlName, "Title", "Body Message",
Width, Height
You can customize the form frmTip, by changing the style and font, to affect all
the ToolTip.
|
|