Results 1 to 3 of 3

Thread: IE Error Dialog - Any fixes

  1. #1

    Thread Starter
    Hyperactive Member csKanna's Avatar
    Join Date
    Dec 2005
    Location
    Tech-Tips-Now.com
    Posts
    339

    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.



    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
    Kanna

  2. #2

  3. #3
    PowerPoster gavio's Avatar
    Join Date
    Feb 2006
    Location
    GMT+1
    Posts
    4,462

    Re: IE Error Dialog - Any fixes

    This problem is generated by the script and not VB.

    Try this:
    Code:
    WebBrowser1.Silent = True

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width