Just a guess will it be okay, thwi will make form to be always in normal state.

Private Sub MDIForm_Resize()
If Me.WindowState <> 0 Then Me.WindowState = 0
End Sub