G
Guest
I'm working on a MDI application, and I would like to notify the app's main
form when a child form has been closed. What's the best way to do this?
I was thinking about sending a message to the main form via the
System.Windows.Forms.Message class, but I thought I'd see if there's a better
approach first.
Thanks for your help.
Chris
form when a child form has been closed. What's the best way to do this?
I was thinking about sending a message to the main form via the
System.Windows.Forms.Message class, but I thought I'd see if there's a better
approach first.
Thanks for your help.
Chris