Results 1 to 4 of 4

Thread: [RESOLVED] De-Constructing a VB Project?

  1. #1

    Thread Starter
    Member
    Join Date
    Jun 2005
    Location
    Poulsbo, WA
    Posts
    60

    Resolved [RESOLVED] De-Constructing a VB Project?

    I've got a VB6 project that was made into a .EXE and it works nicely, except for one feature - a button to move to the next record in a text file. The looping works, but it won't see the end of the file now and loops through 10 or so records over and over.

    I need to de-construct(is that the right term?) a previous version to make comparisons against. How can I do this?

    John

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: De-Constructing a VB Project?

    I don't know what you mean by "de-construct"?

    If all you have is the .Exe, then you aren't going to be able to change anything. You would need the source code. Do you have that?

  3. #3
    PoorPoster iPrank's Avatar
    Join Date
    Oct 2005
    Location
    In a black hole
    Posts
    2,729

    Re: De-Constructing a VB Project?

    There is no "de-construct" (or decompile) is possible.
    There is only one thing you can do now, "re-construct" (or rewrite your code)
    Usefull VBF Threads/Posts I Found . My flickr page .
    "I love being married. It's so great to find that one special person you want to annoy for the rest of your life." - Rita Rudner


  4. #4

    Thread Starter
    Member
    Join Date
    Jun 2005
    Location
    Poulsbo, WA
    Posts
    60

    Re: De-Constructing a VB Project?

    I was afraid that was going to be the case. Damn. Well, on the plus side, I think I have found an error in some of the record comparisons. So I'm going to concentrate on that development.

    Thanks for your help.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width