If you wanted to override the closing of an application in MFC such that when the user clicks to close the program, it hesitates until other threads are closed, how would you do it. In other words, if the user clicks on the red X in the upper right hand of the program, it does not close right away. How would you override this functionality?

Set an event handler for WM_CLOSE event, then you can do whatever you want in that function.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.