P
Peter B
When I create a new instance of a dialog form, will it use the old form if
it still is in memory? Is there another way of "reusing" the form?
I.e.
In mainForm:
dForm = new DForm();
dForm.ShowDialog();
When closing in dialog form:
this.DialogResult = DialogResult.OK;
this.Close();
thanks,
Peter
it still is in memory? Is there another way of "reusing" the form?
I.e.
In mainForm:
dForm = new DForm();
dForm.ShowDialog();
When closing in dialog form:
this.DialogResult = DialogResult.OK;
this.Close();
thanks,
Peter