I have developed my own browser using the VB web browser control, the problem is that script errors on web pages keep producing error messages. Is there a way to stop these.
Typically, now I'm looking for a page to try out, I can't find one with a scripting error. Give us an example of a page to go to, and I'll have a play with my current code.
IE won't if you have the settings to ignore script errors, try it with a vb browser control and the error appears.
My original problem was how to disable these errors in a browser control, basically is there is a way of reproducing the IE options "disable script debugging" and "display a notification about every script error".
I didn't know you could create an instance of ie like that, maybe that would be easier than using the browser control. If you could post the code example for registry settings and security zones that would be great.
One problem I may have with doing it this way is that my ie setting for "disable script debugging" is often being changed automatically. Until I find out why this is I may not be able to do it using an instance of ie.
Anyway, thanks for your help, I have been trying to overcome this problem for months and I might just finally be getting somewhere.
I didn't know you could create an instance of ie like that, maybe that would be easier than using the browser control. If you could post the code example for registry settings and security zones that would be great.
One problem I may have with doing it this way is that my ie setting for "disable script debugging" is often being changed automatically. Until I find out why this is I may not be able to do it using an instance of ie.
Anyway, thanks for your help, I have been trying to overcome this problem for months and I might just finally be getting somewhere.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.