In the Main form you can add this:
Private Shared mMain As Main
Public Shared Sub Status(ByVal Text As String)
mMain.pnlStatus.Text = Text
End Sub
================================
Your child form should call
Main.Status("Hey!")
--
Joe Fallon
[quoted text, click to view] "Jim" <anonymous@discussions.microsoft.com> wrote in message
news:04ee01c3a95f$697a0ee0$a101280a@phx.gbl...
> Anyone know how to access a MDI's properties from a child
> form? e.g. changing the value of a statusbar panel?
>
> Thanks,
>
> Jim