Important: The information in this document is obsolete and should not be used for new development.
Displaying and Removing Help Balloons
When the user turns on Balloon Help assistance, the Help Manager automatically tracks the cursor and displays and removes help balloons as the cursor moves over hot rectangles specified in'hrct'
resources or over display rectangles associated with menu items specified in'hmnu'
resources and items specified in'hdlg'
resources. If you want to provide help balloons for areas not defined in these resources, then your application is responsible for tracking the cursor and displaying and removing balloons for these application-defined areas.To display a help balloon in your application-defined area, use the
HMShowBalloon
function. If your application uses its own menu definition procedure, use theHMShowMenuBalloon
function to display a balloon described by the standard balloon definition function. To remove a balloon that you display usingHMShowMenuBalloon
, you must use theHMRemoveBalloon
function. To remove a balloon that you display usingHMShowBalloon
, you can either use theHMRemoveBalloon
function to remove the help balloon, or you can let the Help Manager remove it for you.
Subtopics
- HMShowBalloon
- HMShowMenuBalloon
- HMRemoveBalloon