I'm using the following code to try to get a status label to update on an MdiParent form when called from a MdiChild form. The status label text will not update. I've also tried creating a public string property to update the status label text with the same "no change" results. ...