Submitted by JackyChau on Thu, 06/24/2004 - 14:55. Developers
I have an application (non-graphical) that calls a thread to display a simple information window. When the user close the window, the entire application terminates. I expect the thread to be terminated but not the entire application. I still want the application to run and in the future display more windows that can be closed independently. Any suggestion as to why this is happening?
Fri, 08/03/2012 - 13:11
#1
Closing Main Window terminates entire application