Platform | Win32, x64 |
Purpose |
To change the help text associated with a contol. |
Syntax |
SUBROUTINE CHANGE_HELP_TEXT@( HWND, TEXT ) |
Description |
This is for help strings that are not ms_style tooltips. These occur when %th (Tooltip Help) is used without [ms_style] or an option that implies [ms_style]. They also occur when a control is defined using the ? modifier (e.g. %?bt[OK]) and when neither %th (Tooltip Help) nor %bh (Bubble Help) is present. HWND is the Windows handle of the controls obtained using %lc (Handle of Last Control). |