Results 1 to 4 of 4

Thread: IE Control

  1. #1

    Thread Starter
    Member
    Join Date
    Jul 2006
    Posts
    52

    IE Control

    Does anyone know how to NOT show scrollbars in IE control?

  2. #2
    INXSIVE Bruce Fox's Avatar
    Join Date
    Sep 2001
    Location
    Melbourne, Australia
    Posts
    7,429

    Re: IE Control

    By IE you mean a 'WebBrowser' component?

  3. #3

    Thread Starter
    Member
    Join Date
    Jul 2006
    Posts
    52

    Re: IE Control

    Sorry Yes.

  4. #4
    INXSIVE Bruce Fox's Avatar
    Join Date
    Sep 2001
    Location
    Melbourne, Australia
    Posts
    7,429

    Re: IE Control

    How about:
    VB Code:
    1. Option Explicit
    2.  
    3. Private Sub WebBrowser1_DocumentComplete(ByVal pDisp As Object, URL As Variant)
    4.     WebBrowser1.Document.body.Scroll = "no"
    5. End Sub

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