G
Guest
I want to disable a form after opening a new one in front of it and i use the
enable property for this as
Form4 newForm = new Form4();
newForm.Show();
this.Enabled = false;
But how can I enable the the previous form over the new form after the job
is finished with the new form that I opened.
enable property for this as
Form4 newForm = new Form4();
newForm.Show();
this.Enabled = false;
But how can I enable the the previous form over the new form after the job
is finished with the new form that I opened.