Displaying The Form?

Hi, I'm new here. I am making an application, and was going quite well in the design of the Form, but now, after saving, I cannot find the Form again. I've looked thorugh the Browser, but couldn't find a thing. This is a really novice question, but I cannot find the answer. Where are saved Forms located

Answer this question

Displaying The Form?

  • ComicSansMS

    First of all welcome to the MSDN Forums and thanks for participating in it!

    I don't fully understand your question but when you add a Form to your project is will be created as a FormName.cs file and when you are using Visual Studio 2005 it will also create a FormName.Designer.cs file. You will find this form in the project directory of the project where you added the Form.

    Default, projects are created in the following directory:
    My Documents\Visual Studio 2005\Projects



  • ajliaks

    That sort of helps, but how do I open it as it was being designed with the toolbox
  • Pablo Orte

    That is good news! Please feel free to drop a message or create a new thread whenever you have problems!

  • Jason Zhang

    You must open the project (or solution that contains the project) and then in you Solution Explorer you can see the files that are in you project(s). There you will find you Form as: FormName.cs.

    Where do you expirence a problem



  • Tim Anderson

    Yes! Thank you, I've found it.
  • Displaying The Form?