hi
I use this piece of code to remove the scroll bars from the browser

WebBrowser1.Document.body.Scroll = "no"

the problem is that if u manually refresh the browser the scroll bars re appear.

is there any way I can stop that from happening?