The MDI form must be visible for this to work properly
VB Code:
  1. Me.Move (MDIForm1.ScaleWidth - Me.Width) \ 2, (MDIForm1.ScaleHeight - Me.Height) \ 2
Best regards