So I made a mistake on one of my VB forms and deleted something I shouldnt have. No bother because I backed up the last version of the program I made a month ago.
Planned to delete the form in the Solution Explorer then go to Add -> Existing and select the form from the previous version.
I note that the form I am after has 3 files associated, a .vb, .resx and .Designer.vb. When I added this form, I used the .vb file.
It appears then in the solution explorer and works when I then run the software. However, Ive tried everything but cand open this form in the Form designer, when I double click on it, I just get the code view.
All 3 files have been imprted into the Solution Explorer, the .Designer.vb and .resx sit below the .vb file in the tree.
What I did notice is that the icon for this form is now 'VB' rather than a form icon. There is also no option to 'View Designer' when clicking on it.
Im sure Ive tried every single combination of everything! Is there something special I need to do when I add an existing, to ensure it is recognised as a form, not a 'VB'?