Skip to content
AutoHotKey
2012.02.22 08:19

autohotkey) postmessage mouse control

조회 수 28629 추천 수 0 댓글 0
?

단축키

Prev이전 문서

Next다음 문서

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

단축키

Prev이전 문서

Next다음 문서

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

autohotkey) postmessage mouse control

 

http://www.autohotkey.com/forum/topic47496.html

+q::
WinSetTitle,GridCal v1.0, ,GRIDCAL1

WinID := WinActive("GRIDCAL1")

SetFormat,integer,h
HexWinId := WinID

;Post MouseMove Message -- 0x021901AF is the x,y coordinate relative to window,no tscreen coordinates. -- position is 431,537
PostMsg("0x200","0x00000000","0x021901AF",WinID)

;Post MouseActivate Msg -- the WParam has to be true - i think it is 0x00000001
PostMsg("0x21",HexWinId,"0x00000001",WinID)

;Activate App -- the WParam has to be true - i think it is 0x00000001
PostMsg("0x1C","0x00000001","0x00000000",WinID)

;Activate -- here Wparam is HTCLIENT -- I read somewhere that its integer val is 2
PostMsg("0x06","0x00000002","0x00000000",WinID)

;Set Cursor -- hit-test code.is HTCLIENT and mouse mesage ID is 513
PostMsg("0x20",HexWinId,"0x02010001",WinID)

;Button Down -- position is 431,537
PostMsg("0x201","0x00000000","0x021901AF",WinID)

;Button Up -- position is 431,537
PostMsg("0x202","0x00000000","0x021901AF",WinID)

Return

+w::Reload


PostMsg(msg,Wparameter,LParameter,WindowID)
{
   PostMessage,%msg%,%Wparameter%,%LParameter%,,ahk_id %WindowID%
   Sleep,200   
}   

 

   관련 게시물 :

 

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

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

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

   AUTOhotKEY 윈도우 ahk_id 추출하기

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

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

                                                                     

                                                   

 

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

?

List of Articles
번호 분류 제목 날짜 조회 수
837 컴퓨터잡담 [JavaScript] 자바스크립트 함수 총정리!! 3 2010.03.27 12514
836 컴퓨터잡담 ajax의 XMLHttpRequest 객체 1 2010.03.27 7463
835 컴퓨터잡담 Prototype.js를 제대로 사용하는 방법 2010.03.27 10299
834 컴퓨터잡담 50 개 이상의 Ajax 예제들 2 2010.03.29 18950
833 컴퓨터잡담 50 개 이상의 Ajax 예제들 2010.03.29 18179
832 컴퓨터잡담 php에서 script로 변수 전달 후 html에 div로 내용 출력하기 1 3 2010.04.01 15901
831 컴퓨터잡담 부팅시 에러 메시지 PRESS F1 to REsume 2 2010.04.03 16105
830 컴퓨터잡담 로그인 아이디 쿠키로 기억하기 2010.04.05 10966
829 컴퓨터잡담 MySQL을 위한 하드웨어 최적화(What one can and should optimize) 2 2010.04.06 13123
828 컴퓨터잡담 MYSQL my.cnf 최적화 15 2010.04.07 22600
827 컴퓨터잡담 삼성, 프로그래머들에게 스마트폰 콘텐츠 개발하고 싶게 만들어라. 2 2010.04.09 10989
826 컴퓨터잡담 쓸데없는 시작 프로그램을 없애자 2010.04.10 6107
825 컴퓨터잡담 MYSQL Qcache 값 조정~~~ 1 2010.04.13 19554
824 컴퓨터잡담 mysql threads_created 뭐냥? 4 2010.04.13 12244
823 컴퓨터잡담 svchost.exe 프로세스로 내컴퓨터 최적화 시키기 2010.04.14 7366
822 컴퓨터잡담 MySQL 조율(튜닝)에 대해 2 2010.04.14 15804
821 컴퓨터잡담 MySQL FEDERATED / InnoDB is disabled, myint64.dll 오류 어찌하오리 4 2010.04.19 27707
820 컴퓨터잡담 서버에 SSD 교체 작업을 해야되나? 2010.04.20 6522
819 컴퓨터잡담 DB MyISAM, InnoDB 입출력 처리방식 3 2010.04.20 13812
818 컴퓨터잡담 블로그/사이트의 키워드 훔쳐보기^^;; 2010.04.21 9207
Board Pagination Prev 1 ... 3 4 5 6 7 ... 46 Next
/ 46

http://urin79.com

우린친구블로그

sketchbook5, 스케치북5

sketchbook5, 스케치북5

나눔글꼴 설치 안내


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

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

설치 취소