I am using the web browser control. I am trying to scroll through the web page by allowing the user to press a button. I tryed calling the scroll window api but that is not working. I have also tried the sendmessage api as follows:

SendMessage(m_hWnd, WM_VSCROLL, SB_PAGEDOWN, Null)

This also doesn't work. How can I activate the scroll event through my code?