Try this.

Code:
Private Sub MDIForm_Load()

    Form1.Move (Me.ScaleWidth / 2) - (Form1.Width / 2), (Me.ScaleHeight / 2) - (Form1.Height / 2)

End Sub