Skip to content
조회 수 35863 추천 수 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
    번호 분류 제목 날짜 조회 수
    897 WindowsTip VBS) FTP.scriptlet and Shell.scriptlet 2013.09.21 48506
    896 파이썬 python AttributeError: 'WebDriver' object has no attribute 'find_element_by_css_selector' 해결방법 2023.05.07 47325
    895 AutoHotKey AHK) 보안프로그램 등으로 화면복사(Printscreen) 안될때 사용방법 1 12 file 2012.11.21 47162
    894 프로세스 pinomate.exe 프로세스 삭제방법 6 2011.02.13 45972
    893 WindowsTip VBS) PostMessage or SendMessage to external program 2013.09.21 45964
    892 컴퓨터잡담 [PHP] 원격지의 이미지 사이즈 구하는 방법 2 2009.08.11 44501
    891 AutoHotKey Ahk) 웹페이지 감시결과에 따라 마이피플로 글 전송하기 12 file 2013.01.06 43995
    890 컴퓨터잡담 emule 서버리스트 2010.11.10 43018
    889 Excel Excel Vba) 셀의 행, 열(column, row) 주소 알아내기 또는 삽입하기 더불어 제어하기 2012.01.05 42946
    888 HTMLPHPMSQL 지정한 이미지파일명을 출력 시키는 시험문제풀이 html 1 2023.12.13 41069
    887 AutoHotKey Autohotkey) 화면보호기(ScreenSaver) On/Off 방법 17 2012.03.16 40671
    886 [Docs]스프레드시트 구글 스프레드시트에서 셀값이 특정일에서 현재일과 3일 이내의 범위에 들어오면 이메일을 발송하는 방법 2023.03.26 40258
    885 Excel GET.CELL 매크로함수 응용 11 2012.07.16 40172
    884 컴퓨터잡담 안드로이드 동영상 재생시 파란색 물음표 박스만 나올때 조치방법 2 file 2013.04.26 39278
    883 컴퓨터잡담 URL Encoding 특수문자코드 4 2012.03.30 38971
    882 컴퓨터잡담 mysql 날짜타입에 기본값으로 현재시간넣기 1 2009.12.07 38585
    881 AutoHotKey ahk) 오토핫키 콤보박스 제어하기 file 2013.10.30 38146
    880 WindowsTip 네트워크에 있는 다른 시스템과 ip 주소가 충돌합니다. 1 file 2013.03.29 38111
    879 컴퓨터잡담 테블릿을 세컨트모니터로??? 2023.04.26 37855
    878 컴퓨터잡담 다른 윈도우 창 프로그램 제어 1 2009.12.03 37715
    Board Pagination Prev 1 2 3 4 5 ... 46 Next
    / 46

    http://urin79.com

    우린친구블로그

    sketchbook5, 스케치북5

    sketchbook5, 스케치북5

    나눔글꼴 설치 안내


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

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

    설치 취소