
Scrollbar on WebBrowser control
There's no easy way to do that in VB. You actually have to implement an
interface in C++ and change some attributes. An easier way to accomplish it
is to create a frame page and turn off the scrolling atrributes.
Adam
Quote:
>I've created a simple VB exe project. I've put an instance of the web
>browser control on my form. In form_load I call webbrowser.navigate2
>"about:blank" And presto, I now have a blank rectangle on my form with
>a disabled vertical scrollbar running down the right edge.
>Question: How do I hide or otherwise remove that scrollbar?
>Thanks,
>Dan