| View previous topic :: View next topic |
| Author |
Message |
Greg
Joined: 22 Dec 2005 Posts: 246
|
Posted: Wed Jan 25, 2006 1:06 pm Post subject: scanner to view window's messages? |
|
|
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 |
|
 |
Greg
Joined: 22 Dec 2005 Posts: 246
|
Posted: Wed Jan 25, 2006 2:19 pm Post subject: |
|
|
| 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 |
|
 |
PhiLho
Joined: 27 Dec 2005 Posts: 6721 Location: France (near Paris)
|
Posted: Wed Jan 25, 2006 2:26 pm Post subject: |
|
|
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 |
|
 |
Greg
Joined: 22 Dec 2005 Posts: 246
|
Posted: Thu Jan 26, 2006 12:45 pm Post subject: |
|
|
| Spy++, that's what it was. And Winspy++ does what I need. Thanks, PhiLho. |
|
| Back to top |
|
 |
SKAN
Joined: 26 Dec 2005 Posts: 6264
|
Posted: Sat Jan 28, 2006 7:36 pm Post subject: |
|
|
Dear Greg,
Please change the Subject heading.. It is rather misleading.. Thanks  _________________

Last edited by SKAN on Tue Oct 23, 2007 11:56 am; edited 1 time in total |
|
| Back to top |
|
 |
Harmor
Joined: 06 Nov 2005 Posts: 183
|
Posted: Sun Jan 29, 2006 5:12 pm Post subject: |
|
|
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 |
|
 |
Thalon
Joined: 12 Jul 2005 Posts: 640
|
Posted: Mon Jan 30, 2006 8:32 am Post subject: |
|
|
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 |
|
 |
PhiLho
Joined: 27 Dec 2005 Posts: 6721 Location: France (near Paris)
|
Posted: Mon Jan 30, 2006 10:26 am Post subject: |
|
|
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
Splitting hairs... |
|
| Back to top |
|
 |
Chris Site Admin
Joined: 02 Mar 2004 Posts: 10480
|
Posted: Mon Jan 30, 2006 12:42 pm Post subject: |
|
|
| 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 |
|
 |
Greg
Joined: 22 Dec 2005 Posts: 246
|
Posted: Mon Jan 30, 2006 3:31 pm Post subject: |
|
|
| 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.
Spy++ does, however, do it. And so I'm just going to get that (along with visual C). |
|
| Back to top |
|
 |
Thalon
Joined: 12 Jul 2005 Posts: 640
|
|
| Back to top |
|
 |
PhiLho
Joined: 27 Dec 2005 Posts: 6721 Location: France (near Paris)
|
Posted: Mon Jan 30, 2006 4:13 pm Post subject: |
|
|
| Greg wrote: | Yep, WinSpy++ doesn't actually do what I need. But that shouldn't matter to you.
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...
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 |
|
 |
|