Form doesn't creat files in solution

T. Kuipers 21 Reputation points
2021-11-02T20:15:43.607+00:00

When I create a new form it doesn't give me any files in the solution, nor does a form preview show up. Here is a screenshot of what I see when I create the file. Please tell me if I did anything wrong, or if you know a solution to this![145911-image.png]1

Developer technologies | Windows Forms
{count} votes

Answer accepted by question author
  1. Michael Taylor 61,106 Reputation points
    2021-11-02T20:56:45.273+00:00

    You don't have a project so there is nothing to add it to. In Solution Explorer your solution is empty.

    1. Add a new project to your solution.
    2. Select Windows Forms (either .NET Framwork or .NET Core depending on what you want) as the project type.
    3. Give it a name.
    4. After the project is created you'll have a main window.
    5. You can then add additional Forms if you desire.
    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.