J
John A Grandy
Form.StartPosition = FormStartPosition.CenterParent;
Form.Show(this);
However , the form does not show-up centered in its parent form , but rather
somewhat to the upper-left of the screen.
Form.Show(this);
However , the form does not show-up centered in its parent form , but rather
somewhat to the upper-left of the screen.