I've been porting a VBA app to VB.net using Visual Studio (Win10 Home 64bit). Slow going, but it was getting there until my fat fingers hit "Project / Exclude from Project" on my main form. The files seem to be OK but I haven't be able to re-add the form to the project. "Project / Add existing item" doesn't seem to bring in Form1. Opening the Form1 files (Form1.vb, Form1.resx, Form1.designer.vb) in Visual Studio I can see that the code is there and looks OK. Using SHIFT+F7 does not show the form design. There are a lot of controls on the form and coding was about done.
I'm stumbling around trying to get the main form back into the project. Any help would be greatly appreciated.
I'm stumbling around trying to get the main form back into the project. Any help would be greatly appreciated.