|
|
|
User Rating: Rated by: |
Good (3.1/5) 18 user(s) |
|
|
|
Tips VBX/OCX description |
|
|
TIPS - Tool Tips Custom Control
Tips VBX/OCX gives you Microsoft style tool tips. Small windows pop-up with bits of info when the user pauses the mouse over your controls. No code required, just set the Tag properties. Tips uses the hWnd property when attaching itself to a control.
When the Enabled property is set to True (default), Tips automatically shows tool tips.
Tips should be placed on all forms where its functionality is required (including MDI forms and children). Tips can be placed directly on an MDI form.
At design-time, Tips automatically shows you what a tip will look like. Set colors (BackColor and ForeColor) and font to get the look you desire. Then, set the Tag properties of the controls for which you want tips. Tips will automatically display those Tags at run-time, when the mouse cursor pauses over the controls.
The VBX version of this control requires the presence of WINSOCK.DLL. If this DLL is not present, the control will not load.
|
|