How can I Disable Images & New Windows in Webbrowser?
Printable View
How can I Disable Images & New Windows in Webbrowser?
Do you mean a Web Browser or a Webbrowser control?
To disable new windows, put this code in the NewWindow2 event.
Code:Cancel = True
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
this might help:
http://forums.vb-world.net/showthrea...threadid=11950
why do you want to disable images anyway?
Thanks, but I don't have vb5 (I use 6) and thus can't install that sample.
I want to speed up the browser
yes you can
See attached image.