I've embedded the webbrowser control in an ActiveX control and I wanted to know if there was any way to get rid of the Scrollbar.

I've read through the microsoft documentation and it seems that the "Scroll=no" in the body tag is ignored.

I've also tried using an HTA format instead but there is no way to tell VB that the script is for an HTA file and not an HTML file.