AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

scanner to view window's messages?

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Utilities & Resources
View previous topic :: View next topic  
Author Message
Greg



Joined: 22 Dec 2005
Posts: 246

PostPosted: Wed Jan 25, 2006 1:06 pm    Post subject: scanner to view window's messages? Reply with quote

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 Mon Jan 30, 2006 4:19 am; edited 1 time in total
Back to top
View user's profile Send private message
Greg



Joined: 22 Dec 2005
Posts: 246

PostPosted: Wed Jan 25, 2006 2:19 pm    Post subject: Reply with quote

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?
Back to top
View user's profile Send private message
PhiLho



Joined: 27 Dec 2005
Posts: 6721
Location: France (near Paris)

PostPosted: Wed Jan 25, 2006 2:26 pm    Post subject: Reply with quote

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.
Back to top
View user's profile Send private message Visit poster's website
Greg



Joined: 22 Dec 2005
Posts: 246

PostPosted: Thu Jan 26, 2006 12:45 pm    Post subject: Reply with quote

Spy++, that's what it was. And Winspy++ does what I need. Thanks, PhiLho.
Back to top
View user's profile Send private message
SKAN



Joined: 26 Dec 2005
Posts: 6264

PostPosted: Sat Jan 28, 2006 7:36 pm    Post subject: Reply with quote

Dear Greg,
Please change the Subject heading.. It is rather misleading.. Thanks Rolling Eyes
_________________


Last edited by SKAN on Tue Oct 23, 2007 11:56 am; edited 1 time in total
Back to top
View user's profile Send private message
Harmor



Joined: 06 Nov 2005
Posts: 183

PostPosted: Sun Jan 29, 2006 5:12 pm    Post subject: Reply with quote

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...
Back to top
View user's profile Send private message
Thalon



Joined: 12 Jul 2005
Posts: 640

PostPosted: Mon Jan 30, 2006 8:32 am    Post subject: Reply with quote

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
SacredVault
Back to top
View user's profile Send private message
PhiLho



Joined: 27 Dec 2005
Posts: 6721
Location: France (near Paris)

PostPosted: Mon Jan 30, 2006 10:26 am    Post subject: Reply with quote

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 Razz
Splitting hairs...
Back to top
View user's profile Send private message Visit poster's website
Chris
Site Admin


Joined: 02 Mar 2004
Posts: 10480

PostPosted: Mon Jan 30, 2006 12:42 pm    Post subject: Reply with quote

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.
Back to top
View user's profile Send private message Send e-mail
Greg



Joined: 22 Dec 2005
Posts: 246

PostPosted: Mon Jan 30, 2006 3:31 pm    Post subject: Reply with quote

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. Rolling Eyes

Spy++ does, however, do it. And so I'm just going to get that (along with visual C).
Back to top
View user's profile Send private message
Thalon



Joined: 12 Jul 2005
Posts: 640

PostPosted: Mon Jan 30, 2006 3:36 pm    Post subject: Reply with quote

I will have a look. Doing what I want would open many possibilities Smile

Thalon
_________________
AHK-Icon-Changer
AHK-IRC
deutsches Forum
SacredVault
Back to top
View user's profile Send private message
PhiLho



Joined: 27 Dec 2005
Posts: 6721
Location: France (near Paris)

PostPosted: Mon Jan 30, 2006 4:13 pm    Post subject: Reply with quote

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

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... Cool
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 €...
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Utilities & Resources All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group