|
-
Oct 9th, 2009, 01:39 PM
#1
Thread Starter
New Member
[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!
-
Oct 9th, 2009, 08:11 PM
#2
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Oct 10th, 2009, 12:40 PM
#3
Frenzied Member
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.
-
Oct 10th, 2009, 03:06 PM
#4
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
-
Oct 13th, 2009, 03:28 AM
#5
Thread Starter
New Member
Re: [VB2005] [WinCE]
hey,
thanks, this is it, but Win CE function are licensed...
one more time thanks.
-
Oct 13th, 2009, 03:29 AM
#6
Re: [VB2005] [WinCE]
Hey,
I am not sure that I follow what you mean?
Can you clarify?
Gary
-
Oct 13th, 2009, 03:55 AM
#7
Thread Starter
New Member
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|