I have an application using a multiple document interface.
Attached is a very basic shell of one that will highlight my problem.
If I press the close button on the main MDI form I set a messagebox to appear asking if the user want's to save contents of each form or cancel the close.
Can anyone suggest a way to stop the loop so that if the user presses cancel on any of the message boxes it will cancel the close operation alltogether?