Tips provides Microsoft« style tool tips. Small windows pop-up with bits of information when the user pauses the mouse over your controls. No code required, just set the Tag properties.
When the Enabled property is set to True (default), Tips automatically showing 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 shows you what a tip will look like. Set colours (BackColor and ForeColor) and font to get the look you desire. Then, set the Tag properties of the controls you want tips for. Tips will automatically display those Tags at run-time, when the mouse cursor pauses over the controls.