Writing to MDI StatusBar from Child forms

  • Thread starter Thread starter Amos
  • Start date Start date
A

Amos

The only way I found to write to the Statusbar on an MDI form from one of
the child forms was to send the StatusBar as parameter when I create a new
instance of the child form.
Is this the only way?
Thanks, Amos
 
Hi Amos,
The only way I found to write to the Statusbar on an MDI form from one of
the child forms was to send the StatusBar as parameter when I create a new
instance of the child form.
Is this the only way?
Thanks, Amos

No. I think that You can use the events of MDI children to update your
status bar or override the *OnMdiChildActivate* method of main MDI form.

Regards

Marcin
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top