How would I go about getting a pointer to a the scrollbar of a webbrowser2 control. I would like to be able to set the position of the scrollbar.
Printable View
How would I go about getting a pointer to a the scrollbar of a webbrowser2 control. I would like to be able to set the position of the scrollbar.
you may try to use IHTMLWindow2 interface
Adachi