I am loading a gif in the web browers control on a form but the right hand scroll bar appears does anyone know how to remove this.
thanx in advance
Printable View
I am loading a gif in the web browers control on a form but the right hand scroll bar appears does anyone know how to remove this.
thanx in advance
I havent got a bloody clue mate!!
[qoute]
I havent got a bloody clue mate!!
[/quote]
nor me!
but a workaround would be to put it in a picturebox
set picture1.borderstyle = 0
and size the picture smaller than the webrowsercontrol
eg
Picture1.Width = WebBrowser1.Width - 300