You can use the Resize event to determine the MDI Form's status:

If MDI1.WindowState=vbMinimized Then
Child1.Visible=False
End If