P
Patrick De Ridder
I have a form1. From it I can select form2.
Like so:
DataIO MyIO = new DataIO;
MyIO.Show();
I want MyIO to appear in a certain position on form1.
Say in position (0,0)
Which line of code would do the job?
MyIO.Location = new Point(0,0);
does not do the job.
Pleas help.
....
Gato
Like so:
DataIO MyIO = new DataIO;
MyIO.Show();
I want MyIO to appear in a certain position on form1.
Say in position (0,0)
Which line of code would do the job?
MyIO.Location = new Point(0,0);
does not do the job.
Pleas help.
....
Gato