Your question is kind of vague. Do you want to know how
to close them in the Visual Studio IDE? or
programatically? or via the OS?
If you want to close a form in the IDE, then press the
little "X" in the top right corner of the editor window,
when the form is open.
If you want to close a form programatically...
Close();
If you want to close a form from the OS, select the form
and press [ctrl] + [F4]
Ask a Question
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.