AutoHotkey Community

It is currently May 26th, 2012, 9:15 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 93 posts ]  Go to page Previous  1 ... 3, 4, 5, 6, 7
Author Message
 Post subject:
PostPosted: July 14th, 2008, 7:34 pm 
Offline

Joined: May 17th, 2007, 6:03 pm
Posts: 391
Location: Titan
mAdDoG wrote:
(For Beastmaster & others)

Maybe we could set a hotkey to pause WinSpector Spy.
(hit the stop light button)


Perhaps a bit late and since a quick search didn't reveal any answer...
Anyway, I just started to explore what can be done with winspector spy and not having a shortcut to pause bothered me too.
Since winspector spy doesn't work on itself, I had to use Resource Hacker on it.

So here are the few commands I find useful and could ease the life of any newcomers:

    1136 is for pause message display (the said stop light button)
    1132 is for clear message history
    1104 is for launching the save the messages to file dialog
    1097 is for launching the message filter edit dialog
    1130 is for hide [current selected type of command] messages (quite useful to filter out those wm_user messages not caught by the default filter as far as I am aware)


So depending on how you use the program you can set up independent shortcuts to them but I thought that some combinations can also be nice.
For instance, once I get the action I want to log done I use this hotkey to pause message display and launch the save to file dialog:

appskey & ?::
SendMessage 0x111, 1136, 0, ,ahk_class Afx:400000:8:10011:0:502df
SendMessage 0x111, 1104, 0, ,ahk_class Afx:400000:8:10011:0:502df
return

Once I get back to it I think that besides one hotkey to pause/unpause I'll use one hotkey both clear display and pause/unpause so as to start logging just before using the command I am looking for.

Any comments welcome, especially from 'experienced' user who would recommend actions that are useful to shortcut when you begin to really delve into the program.
________
Buy Vaporgenie


Last edited by lilalurl.T32 on February 11th, 2011, 9:38 pm, edited 1 time in total.

Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: July 17th, 2008, 9:40 pm 
Offline

Joined: January 23rd, 2008, 6:38 pm
Posts: 162
Anonymous wrote:
yeah i've saw them. but i'm following Rajat's tutorial.
i want to learn the method. not just results.
i can grab the messages from other normal windows
but not on Windows Media Player
it's strange..


I'm having the same problem, only with Google Talk. I can't figure out how to get the right commands. Any help would be appreciated.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: December 28th, 2008, 8:38 pm 
Offline

Joined: December 28th, 2008, 8:31 pm
Posts: 1
Anonymous wrote:
Code:
  PostMessage, 0x111, 40046, 0, , ahk_class Winamp v1.x


That code will pause/unpause winmap. My question is, how did you find out the "40046"? I'm currently exploring Winspector and couldn't find 40046 in it. How did you do it?


try to capture with GIRDER
http://www.promixis.com/


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 93 posts ]  Go to page Previous  1 ... 3, 4, 5, 6, 7

All times are UTC [ DST ]


Who is online

Users browsing this forum: Klark92 and 22 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