Question:

Is there a way to convert .exe. to a .vbproj file?

by  |  earlier

0 LIKES UnLike

I lost my sourcecode, please help!

 Tags:

   Report

3 ANSWERS


  1. Nope, no way to convert...

    Don't forget to back up your projects...


  2. If it's REALLY important to you, you could decompile it with something like dasm. You would be left with assembly code. There is no good way to go directly to vb code because the same assembly code can represent hundreds of visual basic codes due to it's lower level.

    You would have to parse through it yourself and take a LOT of time to decode what the assembly is trying to do.

    Looks like your going to end up re-writing the project :(

  3. You would have to de-compile it then copy the code into a new vb project.  Other than that I don't think there is any way.

Question Stats

Latest activity: earlier.
This question has 3 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.