Newbie question

R

Richard

Hi,

I have a status bar control on a MDI parent form and I want to change the
text on the status bar from a MDI child form. Can anyone tell me how I can
do this?

Many thanks
Richard
 
K

Ken Tucker [MVP]

Hi,

Replace Form2 with name of your mdi parent form.
DirectCast(Me.MdiParent, Form2).StatusBar1.Text = "Live from mdi child"



Ken
 

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

Top