Results 1 to 8 of 8

Thread: Disable Images & New Windows in Webbrowser

  1. #1
    rsitogp
    Guest
    How can I Disable Images & New Windows in Webbrowser?

  2. #2
    Frenzied Member Mark Sreeves's Avatar
    Join Date
    Nov 1999
    Location
    UK
    Posts
    1,845
    Do you mean a Web Browser or a Webbrowser control?
    Mark
    -------------------

  3. #3
    Matthew Gates
    Guest
    To disable new windows, put this code in the NewWindow2 event.


    Code:
    Cancel = True

  4. #4
    rsitogp
    Guest
    Thanks, I got that one, is there a way I can allow it to open the window and then close it?

    and how about disabling images in the webbrowser control?

    Thanks anyway

  5. #5
    Frenzied Member Mark Sreeves's Avatar
    Join Date
    Nov 1999
    Location
    UK
    Posts
    1,845
    this might help:


    http://forums.vb-world.net/showthrea...threadid=11950


    why do you want to disable images anyway?
    Mark
    -------------------

  6. #6
    rsitogp
    Guest
    Thanks, but I don't have vb5 (I use 6) and thus can't install that sample.

    I want to speed up the browser

  7. #7
    Frenzied Member Mark Sreeves's Avatar
    Join Date
    Nov 1999
    Location
    UK
    Posts
    1,845
    yes you can
    Mark
    -------------------

  8. #8
    rsitogp
    Guest
    See attached image.
    Attached Images Attached Images  

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