Skip to content
조회 수 35871 추천 수 0 댓글 0
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄

Autohotkey) Find WM_COMMAND parameter with Winspector

 

 

   관련 게시물 :

 

   AUTOhotKEY 웹페이지 열지않고 소스 가져오기 또는 로그인 하기 

   AUTOhotKEY 오토핫키 콤보박스 제어하기

   AUTOhotKEY 웹페이지 감시결과에 따라 마이피플로 글 전송하기

   AUTOhotKEY 윈도우 ahk_id 추출하기

   Autohotkey 엑셀(Excel)에서 행값 증가시키기

   Autohotkey 30분마다 자동으로 디스크 정리하기

                                                                     

                                                   

 

 

Step 1

If you do not already have Winspector,
Download & install Winspector from www.windows-spy.com/download/
Direct DL Link: Winspector_setup.exe ( 0.99 MiB )

Read this topic: Tutorial on posting messages to Windows



Step 2
Minimize all windows and Start your program.
> In this example I am using Windows Media Player




Step 3
Run Winspector. If you had chosen the default settings, then the path would be like
?:\Program Files\Winspector\WinspectorU.exe





Step 4
Close all the sub-windows with close buttons ( refer the Red arrows in above screenshot ) until
you have an empty window like below





Step 5

Select View > Window List





Step 6a

Click on the Window tab to make sure you are viewing the Window List





Step 6b

Browse the List and find your app. You can easily identify it with the Icon.
> In this case it is Windows Media Player
Select the Window from the list / Right click and select Messages...





Step 6c

Close the Window List and maximize the Message Window





Step 7a

You will see a plain window like below.
> Take a look at the Caption bar, WMP Skin Host is the ahk_class





Step 7b

Right click on the Client-area
1) make sure Filter messages is checked. If not check it.
2) Select Edit Message Filter...





Step 7c

By default, Winspector will monitor all the Window Messages,
Whereas, we need only it to monitor WM_COMMAND.
So click Filter all to remove all the Messages.





Step 7d

Select WM_COMMAND from the left list, double-click it to move it to the right list.





Step 7e

Click Ok button.





Step 8

Use alt-tab to move focus to Windows Media Player and perform the following:
1) Pull down Menu File > Open to open a media file
2) Pull down Play > Play/Pause to pause the media.
3) Pull down Play > Stop to stop the media





Step 9

Use alt-tab to move focus back to Winspector.
If you find that the window caption no longer points to "your Message capture window" ... and shows
something like SysShadow instead.. keep closing these sub-windows until "your window" appears in
the Caption.



In this example it is WMP Skin host and will appear as follows:



The highlighted integers are the required wParam for WM_COMMAND
Open = 57601
Play/Pause Toggle = 18808
Stop = 18809

From AHK, to control Play/Pause of WMP, the command would be

Code (Copy):
PostMessage, 0x111, 18808,0,, ahk_class WMP Skin Host ; 0x111 is WM_COMMAND

Note: ahk_class for WMP will change for full mode/skin mode etc


     

    로그인 후 댓글쓰기가 가능합니다.

    ?

    1. 02
      Aug 2011
      17:03

      [AHK_B&AHK_L] 엑셀 제어 비교.

      CategoryAutoHotKey Views20252
      Read More
    2. 08
      Aug 2011
      12:57

      [AHK_B&AHK_L] 익스플로러 HTML 문서정보 알아내기(IE HTML Element Spy)

      CategoryAutoHotKey Views15160
      Read More
    3. 29
      Nov 2011
      08:55

      autohotkey) 웹페이지의 프레임 내용보기 & 클릭하기

      CategoryAutoHotKey Views15147
      Read More
    4. 17
      Dec 2011
      17:24

      부팅완료 메시지 프로그램

      CategoryAutoHotKey Views12720
      Read More
    5. 21
      Dec 2011
      19:17

      autohotkey) 맥어드레스 추출

      CategoryAutoHotKey Views15082
      Read More
    6. 26
      Dec 2011
      08:58

      Ahk) ip할당 진단프로그램

      CategoryAutoHotKey Views12120
      Read More
    7. 30
      Dec 2011
      19:09

      autohotkey) IPv6 모두 사용안함 설정하기

      CategoryAutoHotKey Views19133
      Read More
    8. 31
      Dec 2011
      08:00

      autohotkey) Mutex에 대해서

      CategoryAutoHotKey Views24119
      Read More
    9. 31
      Dec 2011
      08:32

      autohotkey) 핑테스트 프로그램

      CategoryAutoHotKey Views18951
      Read More
    10. 31
      Dec 2011
      17:18

      autohotkey) Virus?

      CategoryAutoHotKey Views34679
      Read More
    11. 08
      Jan 2012
      16:24

      autohotkey) 네 코드를 보여, 내가 당신에게서 배우고 싶어요

      CategoryAutoHotKey Views15114
      Read More
    12. 23
      Jan 2012
      14:37

      IF문에서 변수와 상수 또는 변수와 변수 비교하기시 주의사항

      CategoryAutoHotKey Views6674
      Read More
    13. 22
      Feb 2012
      07:24

      Autohotkey) Find WM_COMMAND parameter with Winspector

      CategoryAutoHotKey Views35871
      Read More
    14. 22
      Feb 2012
      07:54

      autohotkey) WinSpector spy를 이용한 post,sendmessage Control ID 추출하기

      CategoryAutoHotKey Views10901
      Read More
    15. 22
      Feb 2012
      08:19

      autohotkey) postmessage mouse control

      CategoryAutoHotKey Views28629
      Read More
    16. 06
      Mar 2012
      08:34

      autohotkey) 윈도우 ahk_id 추출하기

      CategoryAutoHotKey Views30088
      Read More
    17. 13
      Mar 2012
      23:06

      autohotkey) 편입 변수

      CategoryAutoHotKey Views28888
      Read More
    18. 14
      Mar 2012
      19:09

      ET프로젝트

      CategoryAutoHotKey Views5942
      Read More
    19. 15
      Mar 2012
      07:49

      autohotkey) 화면보호기 실행 전 클릭으로 화면보호 안걸리게 하기

      CategoryAutoHotKey Views8869
      Read More
    20. 16
      Mar 2012
      08:06

      Autohotkey) 화면보호기(ScreenSaver) On/Off 방법

      CategoryAutoHotKey Views40675
      Read More
    Board Pagination Prev 1 2 3 4 5 Next
    / 5

    http://urin79.com

    우린친구블로그

    sketchbook5, 스케치북5

    sketchbook5, 스케치북5

    나눔글꼴 설치 안내


    이 PC에는 나눔글꼴이 설치되어 있지 않습니다.

    이 사이트를 나눔글꼴로 보기 위해서는
    나눔글꼴을 설치해야 합니다.

    설치 취소