Documentation
-
How to Implement Balloon Tooltips - Win32 apps
Balloon tooltips are similar to standard tooltips, but are displayed in a cartoon-style \ 0034;balloon \ 0034; with a stem pointing to the tool.
-
How to Implement Tracking Tooltips - Win32 apps
Tracking tooltips remain visible until they are explicitly closed by the application, and can change position on the screen dynamically. They are supported by version 4.70 and later of the common controls.
-
How to Create a Tooltip for a Rectangular Area - Win32 apps
The following example demonstrates how to create a standard tooltip control for a window's entire client area.