VB2022 form.Designer.vb is missing I'm not sure what I did wrong. I can't see the design. What do I have to do?

MiniProgram 0 Reputation points
2023-04-06T02:05:00.11+00:00

User's image

User's image

Developer technologies | .NET | Other
{count} votes

1 answer

Sort by: Most helpful
  1. Jiachen Li-MSFT 34,221 Reputation points Microsoft External Staff
    2023-04-06T02:51:11.08+00:00

    Hi, welcome to Microsoft Q&A.

    Add Inherits System.Windows.Forms.Form to the form code to have VS recognize it as a form, and then right-click to open the designer.

    Go to the project folder to see if the designer file exists, and if it exists, try unloading and reloading the project.

    Best Regards.

    Jiachen Li


    If the answer is helpful, please click "Accept Answer" and upvote it.

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

Your answer

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