Hi all, I have a dialog based application in MFC using visual studio 2005. After I close the application, in CTestMainFrame::OnClose(), I am doing PostQuitMessage( 0); With this the dialog box closes but my application still exists in Windows task manager. Can you please help is there any other way I can kill my app completely.
Regards, Sunil.