AutoHotkey Community

It is currently May 27th, 2012, 12:54 pm

All times are UTC [ DST ]




Post new topic Reply to topic  [ 12 posts ] 
Author Message
PostPosted: January 25th, 2006, 2:06 pm 
Offline

Joined: December 22nd, 2005, 7:43 pm
Posts: 245
I need a visual api-message scanner. I used to have one with a visual c++ compiler, but I don't remember what it was called, and I can't download one now.

Anyone know of a good stand alone one?


Last edited by Greg on January 30th, 2006, 5:19 am, edited 1 time in total.

Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: January 25th, 2006, 3:19 pm 
Offline

Joined: December 22nd, 2005, 7:43 pm
Posts: 245
I know there are a couple posts for api utilities, but they aren't exactly what I need. I know there are api scanners that function like the AU3_SPY. So that said, does anyone know of a free program for this?


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: January 25th, 2006, 3:26 pm 
Offline

Joined: December 27th, 2005, 1:46 pm
Posts: 6837
Location: France (near Paris)
I suppose you are referring to Spy++.
Try Winspector Spy, it is a fine tool.
Well, if I correctly understood your request, I am not sure what you mean by API-message scanner, I only took the "message" part...
Otherwise, there is the simplier and well known WinSpy++, to get window informations.
If you want to list the API calls, I believe I saw such utility but I can't recall its name. Perhaps found in CodeProject.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: January 26th, 2006, 1:45 pm 
Offline

Joined: December 22nd, 2005, 7:43 pm
Posts: 245
Spy++, that's what it was. And Winspy++ does what I need. Thanks, PhiLho.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: January 28th, 2006, 8:36 pm 
Online
User avatar

Joined: December 26th, 2005, 4:40 pm
Posts: 8776
Dear Greg,
Please change the Subject heading.. It is rather misleading.. Thanks :roll:

_________________
URLGet - Internet Explorer based Downloader
StartEx - Portable Shortcut Link


Last edited by SKAN on October 23rd, 2007, 12:56 pm, edited 1 time in total.

Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: January 29th, 2006, 6:12 pm 
Offline

Joined: November 6th, 2005, 5:25 am
Posts: 182
I have to agree. When the original poster asked about "Visual API-Scanner", I thought he was talking of some kind of image recognition API suite that allowed you to programmatically recognize symbols or text.

_________________
//TODO: Create kewl sig...


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: January 30th, 2006, 9:32 am 
Offline

Joined: July 12th, 2005, 1:21 pm
Posts: 633
I think it could be also possible to catch all the messages sent to a window with a ahk-script?

I mean something like this:
Instead of the original window (like notepad) I want to get all it's window-messages in my ahk-script. The "good" messages are sent then by the script to this window, the others are "thrown away" so the window will not get them.

Does anyone know how to do this? I heard about this possibilitie, but without closer information...

Thalon

_________________
AHK-Icon-Changer
AHK-IRC
deutsches Forum


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: January 30th, 2006, 11:26 am 
Offline

Joined: December 27th, 2005, 1:46 pm
Posts: 6837
Location: France (near Paris)
Well, WinSpy++ doesn't allow to capture messages, unless I missed something.
Winspector Spy does allow to capture window messages (WM_xxx).
So I am still confused by the title if WinSpy++ is what you were looking for :-P
Splitting hairs...


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: January 30th, 2006, 1:42 pm 
Offline

Joined: March 2nd, 2004, 3:36 pm
Posts: 10720
Thalon wrote:
I think it could be also possible to catch all the messages sent to a window with a ahk-script?
There is a means, but I don't think it could be done from a script because it requires a callback function. Here's the MSDN documentation: SetWindowsHookEx(). Specifically, I think you'd want the WH_CALLWNDPROC hook.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: January 30th, 2006, 4:31 pm 
Offline

Joined: December 22nd, 2005, 7:43 pm
Posts: 245
PhiLho wrote:
So I am still confused by the title if WinSpy++ is what you were looking for


Yep, WinSpy++ doesn't actually do what I need. But that shouldn't matter to you. :roll:

Spy++ does, however, do it. And so I'm just going to get that (along with visual C).


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: January 30th, 2006, 4:36 pm 
Offline

Joined: July 12th, 2005, 1:21 pm
Posts: 633
I will have a look. Doing what I want would open many possibilities :)

Thalon

_________________
AHK-Icon-Changer
AHK-IRC
deutsches Forum


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: January 30th, 2006, 5:13 pm 
Offline

Joined: December 27th, 2005, 1:46 pm
Posts: 6837
Location: France (near Paris)
Greg wrote:
Yep, WinSpy++ doesn't actually do what I need. But that shouldn't matter to you. :roll:

Spy++ does, however, do it. And so I'm just going to get that (along with visual C).

It matters to me because I tried to give a good advice... 8)
If getting Spy++ is fine for you, alright, but you should really try Winspector Spy because it is far superior to Spy++.

Just my 0.2 €...


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 12 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: Yahoo [Bot] and 24 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group