Won't work on any site if you do anything to make something load - like typing something in the search box on Google brings back the scroll bars. This appears to only work after a page is loaded since each page resets the bars and you are using WebBrowser1.Document.body which will change from one page to another. Therefore it needs to be done in the _DocumentComplete event after each page is loaded.




Reply With Quote
