M
Mark Bosley
within a form I am launching another form of type miniMe.
I am trying to line it up with something on the parent form- Form1.However,
the location property does not seem to change its location.
how can i do this?
mm=new miniMe();
mm.Location=new Point(200,200);
mm.Size=new Size(72,20);
mm.ShowDialog(this);
I am trying to line it up with something on the parent form- Form1.However,
the location property does not seem to change its location.
how can i do this?
mm=new miniMe();
mm.Location=new Point(200,200);
mm.Size=new Size(72,20);
mm.ShowDialog(this);