컴퓨터잡담

postmassge 마우스 & PixelGetColor &

by 디케 posted Dec 22, 2009
?

단축키

Prev이전 문서

Next다음 문서

ESC닫기

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

postmassge 마우스 & PixelGetColor &



PostClick(x,y,win="A") { ; assumes 'win' is the active window if no window title is specified 

  lParam := x & 0xFFFF | (y & 0xFFFF) << 16 
  PostMessage, 0x201, , %lParam%, , %win% ;WM_LBUTTONDOWN 
  PostMessage, 0x202, , %lParam%, ,  %win% ;WM_LBUTTONUP 
  


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



WinMove,A,,,,300,200 
위의 명령은 현재 활성화 상태의 윈도우에 대한 크기 조절 명령입니다.