I create a new form and call from the parent form as follows:
loginForm = new SubLogin(); loginForm.Show();
I need to display the chi
childform = new Child(); childform.Show(this);
In event childform load
this.CenterToParent();