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?
Printable View
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?
bump
me again :pQuote:
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?
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 :wave:
i hooked webbrowser and then i keeping log of windows with their caption if some error raised then i was destroing the window immediatly