Skip to content
조회 수 35869 추천 수 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


     

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

    ?

    List of Articles
    번호 분류 제목 날짜 조회 수
    917 컴퓨터잡담 윈도우 10 절전모드(슬립모드) 예약해제 방법 secret 2021.07.28 499
    916 Server PHP 가속기 secret 2016.03.05 525
    915 컴퓨터잡담 서버 다운 원인 2015.12.10 558
    914 Server Server 성능 테스트 secret 2016.11.30 585
    913 컴퓨터잡담 ACTIVE-X 의 무서움 file 2015.12.26 669
    912 컴퓨터잡담 Sitemap.xml 만들어 주는 사이트 file 2016.01.23 690
    911 컴퓨터잡담 크롬 속도올리기 2015.01.24 807
    910 컴퓨터잡담 박지성 맨유시절 호날두와의 호흡경기 모음(유니세프 친선경기) 2015.11.13 827
    909 컴퓨터잡담 도스 배치파일로 원격지 컴퓨터 모니터링 2015.11.13 833
    908 컴퓨터잡담 파이썬(python) 자주 사용하는 명령 모으기 2021.09.03 884
    907 컴퓨터잡담 python 문자열에서 모든 공백을 제거 2021.08.31 897
    906 컴퓨터잡담 아나콘다에서 모듈을 설치할 때에는? 2021.09.02 941
    905 컴퓨터잡담 파이썬 키움증권 open api 스크랩 2021.09.02 969
    904 컴퓨터잡담 PC에 안드로이드 설치하기 2015.12.01 989
    903 컴퓨터잡담 핑테스트 프로그램 file 2015.09.01 1043
    902 컴퓨터잡담 타지역 농지매입 2021.06.01 1108
    901 컴퓨터잡담 파이썬 변수값에서 숫자만 추출하기 2021.07.28 1141
    900 컴퓨터잡담 [안드로이드] 키캣 4.4 버전 플래시 동영상 안될때 해결방법 file 2015.12.04 1147
    899 Server php.ini 파일설정으로 파일업로드 용량늘리기 2015.03.03 1150
    898 Server XE ckeditor 모바일에서 사용하기 2015.07.13 1151
    Board Pagination Prev 1 2 3 4 5 ... 46 Next
    / 46

    http://urin79.com

    우린친구블로그

    sketchbook5, 스케치북5

    sketchbook5, 스케치북5

    나눔글꼴 설치 안내


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

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

    설치 취소