Results 1 to 8 of 8

Thread: IE9 Webbrowser Control and VB6?

Threaded View

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Feb 2008
    Posts
    20

    IE9 Webbrowser Control and VB6?

    I seem to be having some trouble trying to access certain features of the Webbrowser. Particularly the dom.

    These lines of code works on all IE versions before 9;
    Code:
    Webbrowser.Document.Body.Scroll = "no"
    Webbrowser.Document.getElementById("ITEM").Style.display = "none"
    As an example...however when IE9 is installed it throws this error;


    Scary stuff...Anyone else experiencing the same particular problems with IE9 RC?
    Last edited by Stidor; Feb 24th, 2011 at 05:08 AM.

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