I am displaying a form, then closing it using the normal:
this.Show();
this.Close();
But when I am trying to open it a second time I get this error:
I have never gotten this before on other projects. Is it something I have missed?Code:Cannot access a disposed object. Object name: 'MyForm'.![]()




Reply With Quote