|
-
Mar 26th, 2000, 11:50 PM
#1
Thread Starter
New Member
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?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|