hi, little problem with component webbrowser and control scrollbar.
how can i hide or remove the vertical scrollbar on a WebBrowser control in my app, apply WinCE not WinXP? Please help.
Under WinCE class Document is not supportet and can't use:
orCode:Webbrowser1.Document.Body.Style.Scrollbar = False
thanx in advanced!Code:WebBrowser1.Document.body.style.overflow="hidden"




Reply With Quote