Hi,
I'm using the MethodInvoker to set a background process to work.
That process can take quite an amount of time, so I want the user to be able to cancel that.
Now my worries are that if I use Application.Exit() it doesn't quit or that the thread is not cleaned up correctly.
Any thoughts on this?
Thanks.




Reply With Quote