I create a new form and call from the parent form as follows:
loginForm = new SubLogin(); loginForm.Show();
I need to display the chi
protected override void OnLoad(EventArgs e) { base.OnLoad(e); CenterToParent(); }