6
Answers

Calling static methods from MDI forms

I have a MDI Parent MainForm with a StatusBar. Before I close down a childform, is there any way I could access a method from the childform (static?) that will throw a message on the StatusBar of the Parent MainForm.

Answers (6)