QHTM_SET_SCROLL_POS
Set the scroll position of QHTM
Parameters
- wParam
- The position you wish QHTM to scroll to
- lParam
- Not used, should be zero
Return value
None.
Example
(void)::SendMessage( hwnd, QHTM_SET_SCROLL_POS, (WPARAM)uScrollPos, 0 );
//
// Or use the QHTM message cracker
QHTM_SetScrollPos( hwnd, uScrollPos );
See also QHTM_GET_SCROLL_POS