A couple of things: Thread "A" creates the form and closes it, but
thread "B" calls ShowDialog. All of these things should be on the same
thread. Your implementation of DisplayStatus looks good, though.
You might take a look at this splash screen example:
http://www.codeproject.com/csharp/PrettyGoodSplashScreen.asp. Look at
the comments at the bottom of the page if you have trouble with focus.
Hope that helps,
Colin Neller
http://colinneller.com/
> Hello all,
>
[quoted text clipped - 56 lines]
>
> Ron
RYoung - 26 Oct 2005 10:51 GMT
Interesting...Thanks for the reply and link :) Will have a look.
Ron
>A couple of things: Thread "A" creates the form and closes it, but
> thread "B" calls ShowDialog. All of these things should be on the same
[quoted text clipped - 70 lines]
>>
>> Ron