WebBrowser ignore send information retry

Levu

Well-known member
Joined
Jun 13, 2007
Messages
51
Location
Norway - Drammen
Programming Experience
1-3
Hi,
when using webbrowsers in my vb.net applications i once in a while get this popup-notification that asks if i want to "Retry" or "Cancel" the action i just made with the webbrowser. Is there anyway to ignore this message in vb.net.

If you open IE and send information to a website (ex logging in), and then refresh the browser(F5), you'll get the message.

Thanks in advance,
Levu
 
Tried setting ScriptErrorsSuppressed?
 
It is a property of WebBrowser that you set in code to True or False, you can also set it in properties window in Designer.
 
Back
Top