QHTM_OPT_SET_ALWAYS_SHOW_TIPS
Set whether QHTM will always display tips, even when the host application is not the currently active one.
Parameters
- wParam
- Must be QHTM_OPT_SET_ALWAYS_SHOW_TIPS .
- lParam
- TRUE or FALSE.
Return value
None
Example
(void)::SendMessage( hwnd, QHTM_SET_OPTION
, QHTM_OPT_SET_ALWAYS_SHOW_TIPS, (LPARAM)TRUE );
//
// Or use the QHTM message cracker
QHTM_SetAlwaysShowTips( hwnd, TRUE );
See also None