Adding tooltips to visual projects


Easy Code 1.5 and later allows you to add tooltips to your visual projects. To do so, you first have to set the ToolTip property for the window where you want the tooltips to be active. The value for this property must be set to any other value than None for the tooltip to be available. Then you can specify the text for each child control by setting its ToolTipText property.

REMARKS: You can always get the tooltip handle at run time by calling the GetToolTipHandle method.