Source Code

E

Eddie

I have a custom vb app that i created years ago but no longer have the
source code for. Is there anyway to modify the code of the current
program without re-programming it? Thanks for any suggestions.
 
C

Chris

Eddie said:
I have a custom vb app that i created years ago but no longer have the
source code for. Is there anyway to modify the code of the current
program without re-programming it? Thanks for any suggestions.

Is this a dot net app?

This is a dotnet newsgroup.

Chris
 
K

Ken Halter

Eddie said:
I have a custom vb app that i created years ago but no longer have the
source code for. Is there anyway to modify the code of the current
program without re-programming it? Thanks for any suggestions.

If that's a VB5 or VB6 app, in a nut shell, forget it. There are no tools
available that will retrieve your VB source from a compiled component
(that's a good thing) About the best you'll be able to do is take screen
captures of all forms and try to reproduce them in a new app.... If you're
well versed in spaghetti style assembler language, you may be able to
decompile the app and make sense of the resulting assembler language project
you'll end up with. Other than that, you're stuck. Backing up often is the
only sure fire way to prevent this kind of thing.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top