|
-
Aug 16th, 2000, 11:31 PM
#1
-
Aug 17th, 2000, 12:33 AM
#2
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 .
-
Aug 17th, 2000, 08:08 AM
#3
Why not use Spy++? (which is shipped with VS)
-
Aug 17th, 2000, 09:04 AM
#4
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....
-
Aug 17th, 2000, 09:21 AM
#5
transcendental analytic
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.
-
Aug 17th, 2000, 09:44 AM
#6
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|