What do I do about WebBrowser Errors?
Friday, October 27, 2006 by sViz | Discussion: DesktopX
It triggered this error:

I decided to visit the site in a normal IE window and down in the status bar it does say that there is an error on the page. I guess it's the website. Is there any way to stop the big ol' pop up from appearing when using an activeX browser. I can close the pop up and continue as normal but it is rather annoying.
Thanks.
Reply #2 Saturday, October 28, 2006 2:58 PM
Reply #3 Saturday, October 28, 2006 10:11 PM
Sub Object_OnScriptEnter
'your web browser settings....
'.............................
control.Silent = True '<== Try to add this line into web browser object.
End Sub
Best Regards
Reply #6 Sunday, October 29, 2006 7:08 AM

Please login to comment and/or vote for this skin.
Welcome Guest! Please take the time to register with us.
There are many great features available to you once you register, including:
- Richer content, access to many features that are disabled for guests like commenting on the forums and downloading skins.
- Access to a great community, with a massive database of many, many areas of interest.
- Access to contests & subscription offers like exclusive emails.
- It's simple, and FREE!







Reply #1 Saturday, October 28, 2006 2:34 PM