Re: Splash Screen - My Nemesis

Fabian Schmied <[email protected]> Thu, 26 Jul 2007 15:25:39 +0200
Newsgroups gmane.comp.windows.devel.dotnet.winforms
Message-ID <[email protected]>
> > handling exceptions in the Load ...  don't do it, it's unpredictable
>
> Same experience here - unpredictable...  quite frustrating the first
> time you run into it :)

Can you give a little more information on that? Is this about
Application.ThreadException, AppDomain.UnhandledException, or general
try/catch blocks?

Ideally, I'd like to see a code sample of a case where exception
handling doesn't play well with Load, I'm quite interested in that.

Fabian