-
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 :D
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)
-
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 :).
-
Why not use Spy++? (which is shipped with VS)
-
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....
-
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
-
ummmmm I did make my own spy, that is why I posted this thread ;)