is it possible to see the code i already write in visual basic if i already made it a an EXE file
i want to know it cause i forgot the code i write it one of my programs i alraedy made
thanks!!!!
Printable View
is it possible to see the code i already write in visual basic if i already made it a an EXE file
i want to know it cause i forgot the code i write it one of my programs i alraedy made
thanks!!!!
If you saved it you can still see it. The .vbp, .frm and .bas files still exist.
actually the .vbp i used in making it is already deleted when i formatted my computer
if you formatted your computer and didnt reinstall the OS, you can retrieve the files. if you reinstalled the OS, then they are gone for good because the FAT would have been "rewritten"
And, you will get nothing at all from your .Exe that will be remotely useful.Quote:
Originally Posted by BrailleSchool
It is rewrite time.
You can not retrieve the source code from a compiled executable. Its been discussed many times already on the Forums but if you try a search you will get more points of view. ;)
actually i installed a different OS
when i write the code i using a windows ME but now im using Windows XP
is there any way i can see the code
Nope. Time to re-write it and that will only help to increase your coding skills. ;)
Did you reformat the drive, or did you just upgrade the OS? If you didn't format the drive the files should still be there.Quote:
Originally Posted by makmaks
even if you did re-format your drive you can still porbaly get to the files, they may be kinda damaged tho - go to www.ntfs.com, and download the appropriate data recovery tools. Scan your drive, which may take a few hours, and then recover the files you need.
Thats true, some time ago I lost a BIG VB project because of a damaged partition, I recovered everything with a program called GetDataBack for NTFS. There GetDataBack for FAT also, thats the one you need if the OS was WinME. With this programs it is also possible to recover deleted files.
If you have the exe there is a way to view the code in a window, you can copy and past, The program is a trial but there is no need to purchase it for reforming code. at google type, VBreformer to download. Not checked for spyware, but the program was tested and works great! :wave:
if the partition has been formatted or has been damaged, you can, most of the time, recover the files. but you cant if the os has overwritten the FAT. FAT is like a directory of files and their locations on the HDD... if this has been overwritten, then those entries are gone for good. many think when you format a HDD, the files are gone... yes they are, but the entries still exist in the FAT and the recovery programs read the FAT and recover the files. the files are still there because the FAT is still there. if the FAT is deleted/overwritten, then its bye bye for good for those files. nothing you can do. Its basic A+/MCDST (which i am ) :)Quote:
Originally Posted by jcis
as has been discussed, even on this thread... you cannot recover/view any "code" from a compiled EXEQuote:
Originally Posted by Triple_access
What about that program that GRC made SPINRITE?
www.grc.com
I donot mean to agravate you, but i have used the program ive spoken of, and i did indeed get the code for the exe i loaded into it! it will only work if it was created in Visual basic, as far as the add ins, i didt go that far such as if winsock controles and such was added. with this program, you would have to copy the code into visual basic and build around the code.Quote:
Originally Posted by BrailleSchool
search for VBreformer and try it, it worked for me.
Deleted files, there are programs such as undoDelete, you just have to find them
VBReformer does not give you any valid code for VB projects compiled in the default native code, you will get Form Design and Procedure Names, but any code inbetween will be in assembly only.
There is only one website that maybe able to help you, as it is a research organisation dont expect fast results though. Ive been waiting for a couple months now. [www.decompiler.org]
Bottom line is this, there is NO WAY to decompile VB6 Code which has been compiled in the default Native Code, using ANY paid OR free software. Ive tried every single one, spent weeks downloading and testing .. it doesnt exist for native code.
PS. Dissassemblers dont Decompile.
Exactly my point :)Quote:
Originally Posted by rory
Make that can't exist for native code, since there's no reference to anything VBish left in native code. It's not a matter of some day someone will figure out a way, it's like burning a document, throroughly stirring the ashes until they're nothing more than powder, then getting back the words that were on the paper - but a little more difficult than that, since the burned ink no longer exists in the native code, it all evaporated.Quote:
Originally Posted by rory
interesting way of putting it :DQuote:
Originally Posted by Al42