I've written a WinForms app to open a webbrowser control, and we use this to fill in a form to submit training course events programmatically from a database (it's not perfect, but it saves a lot of time - and no, the company concerned doesn't support XML feeds). However, the system has just started generating script errors, which prevent it working.
I've tried setting:
WebBrowser1.ScriptErrorsSuppressed = True
but this is only partly successful. The good news is that I don't get any script errors, but the bad news is that I can't then log on to the site.
Has anyone got any suggestions? As far as I'm aware the webbrowser control uses IE, so I can't get it to use another browser instead.
Thanks in advance!