Results 1 to 7 of 7

Thread: [VB2005] [WinCE]

  1. #1

    Thread Starter
    New Member
    Join Date
    Oct 2009
    Posts
    3

    [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!

  2. #2
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: [VB2005] [WinCE]

    Thread Moved
    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 PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI 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

  3. #3
    Frenzied Member
    Join Date
    Oct 2005
    Posts
    1,286

    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.
    Pete Vickers
    MVP - Device Application Development
    http://www.gui-innovations.com http://mobileworld.appamundi.com/blogs/

  4. #4
    PowerPoster gep13's Avatar
    Join Date
    Nov 2004
    Location
    The Granite City
    Posts
    21,963

    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

  5. #5

    Thread Starter
    New Member
    Join Date
    Oct 2009
    Posts
    3

    Re: [VB2005] [WinCE]

    hey,

    thanks, this is it, but Win CE function are licensed...
    one more time thanks.

  6. #6
    PowerPoster gep13's Avatar
    Join Date
    Nov 2004
    Location
    The Granite City
    Posts
    21,963

    Re: [VB2005] [WinCE]

    Hey,

    I am not sure that I follow what you mean?

    Can you clarify?

    Gary

  7. #7

    Thread Starter
    New Member
    Join Date
    Oct 2009
    Posts
    3

    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
  •  



Click Here to Expand Forum to Full Width