Re: Splash Screen - My Nemesis
Fabian Schmied <[email protected]> Thu, 26 Jul 2007 15:30:20 +0200
| Newsgroups | gmane.comp.windows.devel.dotnet.winforms |
|---|---|
| Message-ID | <[email protected]> |
> 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. After having looked at Brady's code again, it's probably that an exception thrown in Load doesn't (always) propagate to the method that called the Form's "Show" method. Is this the issue you've all experienced, or is there anything else as well? Fabian