MDI children forms are in the parent's OwnedForms array (or collection) so you could close them from there or from themselves with the usual Me.Close() otherwise in the parent it'd be something like Me.OwnedForms(0).Close().