Adding Tool Tips to Controls on a Form (Visual J++)

ToolTips are text strings that appear as you "hover" over a control with the mouse pointer. In Visual J++, a separate WFC control enables ToolTip functionality for controls on the form. The time, delay, and other properties can be set using the property page for each control on the form.

To add ToolTips to controls

  1. In the WFC Toolbox, add a ToolTip control to your form.

  2. Edit the property for each control to add the desired text.