|
-
Aug 26th, 2004, 04:48 AM
#1
Thread Starter
Frenzied Member
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?
-
Aug 26th, 2004, 02:20 PM
#2
Thread Starter
Frenzied Member
-
Aug 26th, 2004, 03:51 PM
#3
Hyperactive Member
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! 
-
Aug 26th, 2004, 08:20 PM
#4
Hyperactive Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|