How do I enter a message into an MDI parent statusbar from a child form?

  • Thread starter Thread starter OC
  • Start date Start date
* "OC said:
Is this easily accomplished?

\\\
DirectCast(Me.MdiParent, MainForm).StatusBar1.Text = "Working very, very hard"
///
 
What would be the C# equivilent for this?

Herfried K. Wagner said:
\\\
DirectCast(Me.MdiParent, MainForm).StatusBar1.Text = "Working very, very hard"
///
 

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