I'm writing an application using an MDI Parent and 2 children. When the user closes the parent, I would like to have the program check something in one of the children, and then ask whether or not the user wishes to continue.
I have tried testing the Disposed event by having a MessageBox.Show show a window that simply said "Closing!", but when you close the parent, all you hear is the ding that a message box makes, but then it continues closing and you never see the message.
If someone has help, Please help me. Sorry, I'm very new to VB.
I have tried testing the Disposed event by having a MessageBox.Show show a window that simply said "Closing!", but when you close the parent, all you hear is the ding that a message box makes, but then it continues closing and you never see the message.
If someone has help, Please help me. Sorry, I'm very new to VB.
Comment