IE Error Dialog - Any fixes
Hi,
I am using web browser control in my application. and while running my application am getting the following dialog.
http://i208.photobucket.com/albums/b..._Error_dlg.jpg
Currently the user has to press "yes" on the above dialog 2 to 5 times. then the application continues to process.
Is there any way to dismiss this dialog automatically?
thank you
Re: IE Error Dialog - Any fixes
Perhaps simple error handler will take care of that.
Re: IE Error Dialog - Any fixes
This problem is generated by the script and not VB.
Try this:
Code:
WebBrowser1.Silent = True