Results 1 to 6 of 6

Thread: The BEST API Spy??

  1. #1
    Guest

    Talking

    I got tired of using Piece-Of-Crap API Spy's so I made my own

    this one uses a listbox to give you ALL of the parent windows,
    it doesnt have a code generator, because I dont really think anybody uses them, it does have a button that says "code generator" but all it is is a message box.

    I need some testers though,
    every body who wants it tell me and I will send you a email.

    and if you ask nicely I will give you the code

    BTW this is just beta, so I havent added AlwaysOnTop code yet(although I do have the function in there, just forgot to use it)


    ok, contact me(ither by email or here, or ICQ) and I will send it to you

    [email protected]

    PS(this offer is for the .EXE not the code, but if you really like my program I will give you the code)

  2. #2
    Guest
    I use Patorjk's Api Spy. It is good enough for me. But I will test yours as well. See you on ICQ to get it .

  3. #3
    Guest
    Why not use Spy++? (which is shipped with VS)

  4. #4
    Guest
    well I have Spy++ but lots of people dont....
    also it took me a while to figure out how to use Spy++

    Matthew:
    I use(d) PatorJK's API Spy too,
    but it only shows 1 parent of the window, mine shows ALL the parents....


  5. #5
    transcendental analytic kedaman's Avatar
    Join Date
    Mar 2000
    Location
    0x002F2EA8
    Posts
    7,221
    You could make your own spy:
    Code:
    DO
      A = Space(255)
      caption = Left(a, GetClassName(GetForegroundWindow, ByVal a, 255))
      doevents
    loop
    Also I made a explorer style spy which is on my homepage
    Use
    writing software in C++ is like driving rivets into steel beam with a toothpick.
    writing haskell makes your life easier:
    reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
    To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.

  6. #6
    Guest
    ummmmm I did make my own spy, that is why I posted this thread

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