-
[VB2005] [WinCE]
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:
Code:
Webbrowser1.Document.Body.Style.Scrollbar = False
or
Code:
WebBrowser1.Document.body.style.overflow="hidden"
thanx in advanced!
-
Re: [VB2005] [WinCE]
-
Re: [VB2005] [WinCE]
Not much help, but the web browser component is MUCH cut down in the compact framework - more cut down than the other controls.
OpenNETCF do a version - don't know if that is any different.
-
Re: [VB2005] [WinCE]
Hey,
I just found this article, and I thought that it might have some relevance to this thread:
http://blog.markarteaga.com/OpenNETC...erControl.aspx
Gary
-
Re: [VB2005] [WinCE]
hey,
thanks, this is it, but Win CE function are licensed...
one more time thanks.
-
Re: [VB2005] [WinCE]
Hey,
I am not sure that I follow what you mean?
Can you clarify?
Gary
-
Re: [VB2005] [WinCE]
Hey,
sorry for my English.
yes, i have read this article: http://blog.markarteaga.com/OpenNETC...erControl.aspx
and is write that on WinCE i cannot browse to external URLs, only read local url's like file...
On PocketPC this control have full functionality.