Hello @Mark McCumber ,
Welcome to Microsoft Q&A forum.
You can try to copy the three files into your new project folder, and right-click your new project > Add > Existing Item… > navigate to your new project folder, select only frmMain.vb
file and click Add to add it > right-click the frmMain.vb
file > View Designer. This should work.
For build errors, if you click No
and check the VS Output Window, is there any detailed error message? Perhaps you need to first build the project and verify that it can successfully build and then run the project. Please go to Tools > Options > Projects and Solutions > Build And Run > MSBuild project build output verbosity > change it to Detailed to get more detailed build error message.
BTW, is there any code which needs to be modified like namespace maybe?
Feel free to let us know the result.
Best Regards,
Tianyu
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
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.