Results 1 to 4 of 4

Thread: finding what file app wants to open?

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Aug 2001
    Location
    shiraz
    Posts
    163

    Question finding what file app wants to open?

    Hi guys
    Well I have a compiled application written in vb6. As I try to run it. It tries to open some file on the disk and as the file doesn’t exist the app throws an exception: no.53 “file not found” and crashes. I want to find out what file the app is trying to open. Is there some way of decompiling or some other way?
    Thank u

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170
    Does it happen when you run it from the IDE? If so, what line does it highlight? Post that bit of code here.

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Aug 2001
    Location
    shiraz
    Posts
    163
    Originally posted by mendhak
    Does it happen when you run it from the IDE? If so, what line does it highlight? Post that bit of code here.
    no it's a compiled app, an exe file. it's developed with vb6. but now it's an exe file with unknow source and i was't its developer. i just see it throws a an exeption at the moment i run it

  4. #4
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170
    Download a neat little utility called "FILEMON" which will tell you what applications are accessing what files. Open up filemon, run your EXE, and check out what it's looking for.

    If that doesn't work, then I guess you're out of luck... you'll probably have to ask the developer.

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