MDI child form set for Center Parent does not center.

  • Thread starter Thread starter Robert Johnson
  • Start date Start date
R

Robert Johnson

Hi all. Why doesn't the Start Position CenterParent work in a MDI child when
it opens in a MDI container? This is the code that opens it if that makes a
difference:

Dim smf As New frmSystemsMaintenance
smf.Show()

Regards,
Robert
 
Back
Top