TabsTheCat
New member
- Joined
- Dec 16, 2010
- Messages
- 3
- Programming Experience
- 10+
Hi
I'm new to VB 2010 but have be using VB6 for many years.
I'm currently stuck trying to store the state of open MDI childs at the moment the MDI parent is closed. Clicking the parent upper right close button appears to close all open MDI childs before running the parent 'Closing' or 'Disposed' events.
I am therefore unable to detect which MDI childs are open and cannot restore them next time the application is run.
Is there any other event for the MDI parent I can detect the start of the closing process before the children are closed?
Thanks in advance
I'm new to VB 2010 but have be using VB6 for many years.
I'm currently stuck trying to store the state of open MDI childs at the moment the MDI parent is closed. Clicking the parent upper right close button appears to close all open MDI childs before running the parent 'Closing' or 'Disposed' events.
I am therefore unable to detect which MDI childs are open and cannot restore them next time the application is run.
Is there any other event for the MDI parent I can detect the start of the closing process before the children are closed?
Thanks in advance