Given the sample code, what would you recommend?

 

I deleted the previous posts so I don't have the sample code. If the splash
screen class contains a System.Forms.Application running in a thread, then a
public method can set a flag or do something similar that causes a Close()
call.

 

Independent of the splash screen issue, threaded apps must be designed so
that the working threads close nicely when they are told using the OS
primitives supplied for the purpose (WaitHandle, etc wrap these).

 

Greg

Reply via email to