I made an application in Visual Basic 2008 Express but, when I saved it, I used by mistake the option “save as” and it created 3 files:
- practica 1.resx
- practica 1.Designer.vb
- practica 1.vb
Now I can’t open it as a project.
Is there any way to convert these files into my original project?
No – you didn’t save the project at all, only the individual files for the
practica 1module.Create a new project and import these files.