PDA

View Full Version : VB .exe help!


callistra
03-31-2005, 09:40 PM
Okay here's the deal.. I wrote a very simple program using Microsoft Visual Basic 5, and then saved it as a .exe file.. Well oops turns out I need the basic form file NOT the .exe finished file. I hate to rewrite the program.. does anyone know of a way to convert .exe files back into the form file?.. or to get the coding out of it somehow.. please help. :( This was for school and it took enough trouble to write the thing the first time..

david eaton
04-01-2005, 05:11 PM
If you just saved the file with an EXE extension, it will not have changed the files contents. Try renaming it to a TXT extension, open it in Notepad. That should be your original file.