I posted about this before but it is still bugging me.

I am creating an instance of form2 from my form1, and although I have the
StartPosition set to CenterParent for the form2 it is not appearing there.

private void preferencesTool StripMenuItem_C lick(object sender,
EventArgs e)
{
Form_Preference s Preferences = new Form_Preference s();
this.AddOwnedFo rm(Preferences) ;
Preferences.Sho w();...