02-28-2007 01:57 PM
03-01-2007 08:10 AM
Don't worry I will make sure the thread/ sequence doesn't finish unless the GUI is explicitly closed.
Ifti
03-01-2007 10:37 AM
I'm not in a position to 100% verify this at the moment, but I'm pretty sure what is happening is that your thread is returned to an internal thread pool. For a variety of reasons, the thread must continue to pump messages while in the pool. This causes no overhead when there are no messages. However, it will allow your window to live on when you might have otherwise expected it to hang.