Results 1 to 2 of 2

Thread: Program startup

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Mar 2000
    Posts
    28
    I'm curious about finding out if my program was loaded on it's own (The user double-cliked it in Explorer or whatever) or if it was ran by another program (Some program ran it using Shell or whatever).

    It *should* be possible, since there are alot of deep secrets etched into Windows, but I've yet to find it.

    Oh, and I need it to make my program detect if it's being traced by one of those Winsock/API Spy programs. Since the spy program needs to attach the process after *IT* loads my program.

    Like:

    If IsLoadedOnOwn = False Then End

  2. #2
    Lively Member Kersey's Avatar
    Join Date
    Jun 1999
    Location
    The Netherlands
    Posts
    101
    followed a link to planet source code from wildgoose and stumbled onto this :
    http://www.planetsourcecode.com/vb/s...txtCodeId=9153

    it might help you



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