vb6 - Remove scroll bars from Web Browser control -


How can I remove the scrollbar from web browser control using VB6?

handle the event:

  the private sub WebBrowser1_DocumentComplete (the form of the object ByVal pDisp, ByVal URL as an object) WebBrowser1.Document.body .Scroll = "No" End Sub  

Comments

Popular posts from this blog

asp.net - Javascript/DOM Why is does my form not support submit()? -

sockets - Delphi: TTcpServer, connection reset when reading -

javascript - Classic ASP "ExecuteGlobal" statement acting differently on two servers -