WebBrowser control crash issue - how to catch and handle it.

frostfiretulsa

New member
Joined
Sep 30, 2010
Messages
1
Programming Experience
10+
Hiya,

I am working with an application that uses multiple instances of the WebBrowser object at a given time.

When one of the browsers crash for an unknown reason (e.g. browse to Crash IE - Crash Internet Explorer), the whole application crashes - not just the thread the browser is running on.

Anyone have an issue with handling crashes like this before? I would like to just close down that thread and start up a new one, but am unable to catch the exception.

Any help appreciated.


Dave
 
Back
Top