There isn't one because it is difficult to think of any reason why you would
want to do that.
The more usual case is that you want to create the form if it doesn't exist
OR bring an existing one to the front.
Typically I would use a private property on whatever it is that normally
controls the form so that it creates the form on demand so that something
like obj.MyForm.Show() would always work.
It might be that you have a genuine need for the form itself to be a
singleton but I have never come across a case where it was necessary.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.