Computing.Net > Forums > Programming > Problem with an .EXE made with VB6

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Problem with an .EXE made with VB6

Reply to Message Icon

Name: pbeecham
Date: August 28, 2003 at 04:20:28 Pacific
OS: XP Home
CPU/Ram: Duron 900 / 320Mo
Comment:

Hi all,

I have a problem with an EXE file that I had created with VB6. It was based on an Excel file containing both the template of the invoice I send to my clients and a table with all the references of the previous clients. As I didn't want to see Excel calculating, I had managed to force it to hide the Excel file and only show me a VB6 form that would ask me things such as the name of the client. Everything worked fine but I had to reformat my HD and I have only managed to recover some of the files. Here are the extensions: EXE, VBP, VBW, DCA, DSR, DSX, FRM, PDB, VBG and SCC. The form still appears when I press on the EXE and the dropdown events still work.

The question is: can I at least recover the code to avoid rewriting everything? How?

Thanks in advance,

Paul



Sponsored Link
Ads by Google

Response Number 1
Name: Sarah
Date: August 28, 2003 at 08:28:47 Pacific
Reply:

Yes,

Put all of those files into a folder. Start VB and choose to open a project. Go to the folder and you should see the .vbp file. this is the project file. open it and your project should appear.

If this doesn't work, then you are missing a vital part of the project. your only hope would be to reverse engineer the .exe file.

You'll need to investigate this task. I don't know exactly how it is done, but i know it can be done.



0

Response Number 2
Name: eaw8806
Date: August 28, 2003 at 18:38:34 Pacific
Reply:

hmm... i think there was a debate about that a while ago, i havent been here in a while, but to my knowlege, vb6 exe's cannot be decompiled. i know earlier versions, up to vb5 i think can be...i've done it to vb3, using programs. still looking for ways to get to vb6 code and stuff.

-eaw8806


0

Response Number 3
Name: jorgen
Date: August 28, 2003 at 18:56:54 Pacific
Reply:

Smartcheck from NuMega might give you a fairly good 'snapshot' of your code if it's written in VB, might jog your memory as to what you did when you wrote it.

But I do think a rewite is what you're probably going to end up doing.



0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Programming Forum Home


Sponsored links

Ads by Google


Results for: Problem with an .EXE made with VB6

I got a problem with C#'s csc.exe www.computing.net/answers/programming/i-got-a-problem-with-cs-cscexe/11364.html

problem with VB6 package in Win2000 www.computing.net/answers/programming/problem-with-vb6-package-in-win2000/2977.html

pointer problem with structures www.computing.net/answers/programming/pointer-problem-with-structures/12572.html