You set the mdiparent of the child form to the mdi. So, to change the title
you do this:
me.mdiparent.text = "New Title"
You can access the status bar the same way.
Thanks for the response. The reference to me.mdiparent.text works just fine,
but the StatusBar Control does not readily show itself. It is part of the
controls collection and I can reference it by me.mdiparent.controls(1), but I
can not set any of the panels properties (StatusBar1.Panels(0).Text
> You set the mdiparent of the child form to the mdi. So, to change the title
> you do this:
[quoted text clipped - 17 lines]
> >
> > Leo
tobiwan_kenobi - 04 Apr 2005 19:33 GMT
Create a property in the MDI that exposes the statusbar. Then you can have
your way with it.
> Thanks for the response. The reference to me.mdiparent.text works just fine,
> but the StatusBar Control does not readily show itself. It is part of the
[quoted text clipped - 22 lines]
> > >
> > > Leo
Leo - 05 Apr 2005 00:55 GMT
Thanks. Will do.
Leo
> Create a property in the MDI that exposes the statusbar. Then you can have
> your way with it.
[quoted text clipped - 25 lines]
> > > >
> > > > Leo