-
webbrowser error
I have a visual basic 6 program that uses the webbrowser to go to a website. When I open it, I get alot of those "Do you want to continue running scripts on this page" from IE. I disabled them in IE and when I go to the same website it's fine but when I run the VB program it's not. So is there any way to disable these, or automatically close it?
-
Re: webbrowser error
what is the website that causing the error? i never get any error like this before as webrowser control is i use most of the time to check my emails and other things and yet i never get an error like this. so i need to check the site that caused the error.
-
Re: webbrowser error
disable scripting in your webbrowser control.
you could also use a fullscreen IFRAME, wrtten via string that prvents scripting.
google "preventing scripts iframe" for more details.