A set of .NET Framework managed libraries for developing graphical user interfaces.
Hi @Rich Goldberg ,
I don't know how you created the form outside of project.
- If you can see it in Solution Explorer, you can just copy it directly into your project.
- If can't, you can just create a new form "Form2" in your project, then delete Form2.vb and Form2.Designer.vb in the project folder and paste the Form2.Designer.vb, Form2.resx, and Form2.vb files into it.Then Form2 in your project will be replaced with the form you created earlier
Hope this could be helpful.
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.