Results 1 to 4 of 4

Thread: How can u disable script error popups in webbrowsers?

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Jul 2003
    Posts
    1,269

    How can u disable script error popups in webbrowsers?

    even though the script debugging is explicitly off in ie settings, i still get the popups (silent = true for the webbrowser)

    how can i make these darn things disappear?

  2. #2

    Thread Starter
    Frenzied Member
    Join Date
    Jul 2003
    Posts
    1,269
    bump

  3. #3
    Hyperactive Member
    Join Date
    Nov 2003
    Location
    In Front of my computer...
    Posts
    367

    Re: How can u disable script error popups in webbrowsers?

    Originally posted by VaxoP
    even though the script debugging is explicitly off in ie settings, i still get the popups (silent = true for the webbrowser)

    how can i make these darn things disappear?
    me again

    every time a webbrowser control is run, it automatically sets webbrowser.silent=false. Setting it to true during development doesn't work. so you have to set it with code...
    you can do this in form_load or any other place...

    Form_Load
    WB.Silent = True
    End Sub

    Tested on... CNN.Com, abcnews.com

    Dont even touch it in development time
    Hope that helps
    Born to help others
    (If I've been helpful then please rate my post. Thanks)

    call me EJ or be slapped!

  4. #4
    Hyperactive Member Vishalgiri's Avatar
    Join Date
    Oct 2003
    Location
    India
    Posts
    345
    i hooked webbrowser and then i keeping log of windows with their caption if some error raised then i was destroing the window immediatly
    Regards,
    Vishalgiri Goswami
    Gujarat, ( INDIA ).
    ---------------------

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