일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
- IfWinExist
- 식
- SetControlDelay
- 배열
- autohotkey
- SetTitleMatchMode
- SetEnv
- EnvMult
- 식의 설명
- if(식)
- Threads
- MouseClick
- Var:=식
- EnvSet
- EnvAdd
- ControlGetText
- ControlSend
- IF (식)
- Menu
- if
- DetectHiddenWindows
- SetKeyDelay
- Blocks
- IfInString
- SetMouseDelay
- API
- EnvDiv
- StringGetPos
- EnvSub
- 함수
- Today
- Total
목록전체 글 (852)
ㄴrㅎnㅂrㄹrㄱi
WinMaximize 윈도우를 최대화한다.WinMaximize [, WinTitle, WinText, ExcludeTitle, ExcludeText] Parameters 인수명 설명 WinTitle 윈도우 타이틀 등. 윈도우 지정의 방법참조. WinText 윈도우에 포함되는 텍스트 ExcludeTitle 제외 타이틀 ExcludeText 제외 텍스트 Remarks 최대화한 윈도우를 바탕으로 되돌리려면 , WinRestore커멘드를 사용한다. 일부의 윈도우는 이 방법에서는 최대화할 수 없다. 이하의 방법을 사용하면 최대화할 수 있는 경우가 있다. PostMessage, 0x112, 0xF030,,, WinTitle, WinText ; 0x112 = WM_SYSCOMMAND, 0xF030 = SC_MAXIM..
WinMove 윈도우의 위치나 사이즈를 변경한다WinMove, X, Y WinMove, WinTitle, WinText, X, Y [, Width, Height, ExcludeTitle, ExcludeText] Parameters 인수명 설명 WinTitle 윈도우 타이틀 등. 윈도우 지정의 방법참조. WinText 윈도우에 포함되는 텍스트 X, Y 윈도우가 새로운 수평 좌표와 수직 좌표를 지정. Width, Height 윈도우의 새로운 폭과 높이를 지정.생략시는 변경 없음. ExcludeTitle 제외 타이틀 ExcludeText 제외 텍스트 Remarks 2개의 정수를 당겨 수라고 했을 경우, LastFoundWindow(을)를 그 위치로 이동한다. Width(이)나Height에 일정치보다 작은 사이..
WinKill 윈도우를 강제적으로 닫는다WinKill [, WinTitle, WinText, SecondsToWait, ExcludeTitle, ExcludeText] Parameters 인수명 설명 WinTitle 윈도우 타이틀 등. 윈도우 지정의 방법참조. WinText 윈도우에 포함되는 텍스트 SecondsToWait 윈도우가 완전하게 닫혀질 때까지 대기하는 시간. 생략시는 일절 기다리지 않는다.「0」(을)를 지정하면,500밀리 세컨드 기다린다. WinWaitClose의 기능과 닮아 있지만,ErrorLevel그리고 윈도우가 닫혀졌는지를 취득하는 것은 할 수 없다. ExcludeTitle 제외 타이틀 ExcludeText 제외 텍스트 Remarks 이 커멘드를 실행하면, 우선 최초로 윈도우를 닫는 것..
WinClose 윈도우를 닫는다WinClose [, WinTitle, WinText, SecondsToWait, ExcludeTitle, ExcludeText] Parameters 인수명 설명 WinTitle 윈도우 타이틀 등. 윈도우 지정의 방법참조. WinText 윈도우에 포함되는 텍스트 SecondsToWait 윈도우가 완전하게 닫혀질 때까지 대기하는 시간. 생략시는 일절 기다리지 않는다.「0」(을)를 지정하면,500밀리 세컨드 기다린다. WinWaitClose의 기능과 닮아 있지만,ErrorLevel그리고 윈도우가 닫혀졌는지를 취득하는 것은 할 수 없다. ExcludeTitle 제외 타이틀 ExcludeText 제외 텍스트 Remarks 윈도우에 대해 윈도우를 닫는 메세지를 송신해 윈도우를 닫게 ..
WinShow 비표시의 윈도우를 표시한다WinShow [, WinTitle, WinText, ExcludeTitle, ExcludeText] Parameters 인수명 설명 WinTitle 윈도우 타이틀 등. 윈도우 지정의 방법참조. WinText 윈도우에 포함되는 텍스트 ExcludeTitle 제외 타이틀 ExcludeText 제외 텍스트 Remarks 이 커멘드는 DetectHiddenWindows에 의한 설정에 관계없이, 비표시의 윈도우를 대상으로 할 수 있다. Related WinHide, SetTitleMatchMode, DetectHiddenWindows, Last Found Window Example(s)Run, notepad.exe WinWait, Untitled - Notepad Slee..
WinHide 윈도우를 비표시로 한다WinHide [, WinTitle, WinText, ExcludeTitle, ExcludeText] Parameters 인수명 설명 WinTitle 윈도우 타이틀 등. 윈도우 지정의 방법참조. WinText 윈도우에 포함되는 텍스트 ExcludeTitle 제외 타이틀 ExcludeText 제외 텍스트 Remarks 비표시의 윈도우를 표시시키려면 , WinShow커멘드를 사용한다. Related WinShow, SetTitleMatchMode, DetectHiddenWindows, Last Found Window, WinSet Example(s)Run, notepad.exe WinWait, Untitled - Notepad Sleep, 500 WinHide ; use ..
WinGetActiveStats 액티브 윈도우의 타이틀과 사이즈, 위치를 취득WinGetActiveStats, Title, Width, Height, X, Y Parameters 인수명 설명 Title 타이틀을 격납하는 변수명 Width/Height 윈도우의 폭과 높이를 격납하는 변수명 X, Y 윈도우의 수평 좌표와 수직 좌표를 격납하는 변수명 Remarks This command is equivalent to the following sequence: 「 WinGetTitle, Title, A」와「 WinGetPos, X, Y, Width, Height, A」(을)를 실행하는 것과 같다. Related WinGetPos, WinGetActiveTitle, WinGetTitle, WinGetClass, ..
WinGetActiveTitle 액티브 윈도우의 타이틀을 취득WinGetActiveTitle, OutputVar Parameters 인수명 설명 OutputVar 취득한 타이틀을 격납하는 변수명 Remarks 「 WinGetTitle, OutputVar, A」와 같은 동작. Related WinGetPos, WinGetActiveStats, WinGetTitle, WinGetClass, WinGetText, ControlGetText Example(s)WinGetActiveTitle, Title MsgBox, The active window is "%Title%".
WinGetPos 지정된 윈도우의 위치와 사이즈를 취득WinGetPos [, X, Y, Width, Height, WinTitle, WinText, ExcludeTitle, ExcludeText] Parameters 인수명 설명 X, Y 윈도우의 수평 좌표와 수직 좌표를 격납하는 변수명. 생략시는 그 항목은 취득되지 않는다. Width/Height 윈도우의 폭과 높이를 취득하는 변수명. 생략시는 그 항목은 취득되지 않는다. WinTitle 윈도우 타이틀 등. 윈도우 지정의 방법참조. WinText 윈도우에 포함되는 텍스트 ExcludeTitle 제외 타이틀 ExcludeText 제외 텍스트 Remarks 조건에 일치하는 윈도우가 존재하지 않는 경우, 각 변수는 모두 비운다. WinTitle에 「Progr..
WinGetClass 지정된 윈도우의 클래스명을 취득WinGetClass, OutputVar [, WinTitle, WinText, ExcludeTitle, ExcludeText] Parameters 인수명 설명 OutputVar 클래스명을 격납하는 변수명 WinTitle 윈도우 타이틀 등. 윈도우 지정의 방법참조. WinText 윈도우에 포함되는 텍스트 ExcludeTitle 제외 타이틀 ExcludeText 제외 텍스트 Remarks 윈도우의 종류를 나타내는 클래스명을 취득할 수 있다. 취득한 클래스명은, 윈도우 관련 커멘드의WinTitle(을)를 지정하는 (곳)중에 「ahk_class %OutputVar%」(와)과 같이 해 사용할 수 있다. Related WinGet, WinGetTitle Exam..
WinGetText 지정된 윈도우의 텍스트를 취득WinGetText, OutputVar [, WinTitle, WinText, ExcludeTitle, ExcludeText] Parameters 인수명 설명 OutputVar 텍스트를 격납하는 변수명 WinTitle 윈도우 타이틀 등. 윈도우 지정의 방법참조. WinText 윈도우에 포함되는 텍스트 ExcludeTitle 제외 타이틀 ExcludeText 제외 텍스트 ErrorLevel 무엇인가 문제가 발생하면 ErrorLevel하1(이)가 된다.문제가 없으면0(이)가 된다. Remarks AutoHotkey동고의 「AU3_Spy.exe」(으)로 표시되는 형식에서 윈도우상의 컨트롤의 텍스트를 취득한다. 각 텍스트 항목은,CR+LF(스크립트상에서는 「`r`..
WinGetTitle 지정된 윈도우의 타이틀을 취득WinGetTitle, OutputVar [, WinTitle, WinText, ExcludeTitle, ExcludeText] Parameters 인수명 설명 OutputVar 타이틀을 격납하는 변수명 WinTitle 윈도우 타이틀 등. 윈도우 지정의 방법참조. WinText 윈도우에 포함되는 텍스트 ExcludeTitle 제외 타이틀 ExcludeText 제외 텍스트 Remarks 마우스아래의 윈도우의 타이틀을 취득하려면 , MouseGetPos(와)과 조합한다. Related WinGetActiveStats, WinGetActiveTitle, WinGetClass, WinGet, WinGetText, ControlGetText, WinGetPos E..
WinGet 윈도우 핸들(고유의ID)(이)나 일람, 프로세스ID등을 취득WinGet, OutputVar [, Cmd, WinTitle, WinText, ExcludeTitle, ExcludeText] Parameters 인수명 설명 OutputVar 결과를 격납하는 변수명 Cmd 무엇을 취득하는지를 지정.생략시는 「ID」.자세한 것은 아래와 같이 참조. WinTitle 윈도우 타이틀 등. 윈도우 지정의 방법참조. WinText 윈도우에 포함되는 텍스트 ExcludeTitle 제외 타이틀 ExcludeText 제외 텍스트 Cmd(으)로 지정하는 커멘드 ID 조건에 일치하는 제일 최초(전면)의 윈도우의 윈도우 핸들(고유의ID) IDLast 조건에 일치하는 제일 최후(배면)의 윈도우의 윈도우 핸들(고유의ID)..
WinWaitClose 윈도우가 닫는다(존재하지 않게 된다)의를 기다린다WinWaitClose[, WinTitle, WinText, Seconds , ExcludeTitle, ExcludeText] Parameters 인수명 설명 WinTitle 윈도우 타이틀 등. 윈도우 지정의 방법참조. WinText 윈도우에 포함되는 텍스트 Seconds 최대몇 초간까지 기다릴까. 생략시는 무한하게 기다린다. 0(을)를 지정하면0.5초 기다린다. ExcludeTitle 제외 타이틀 ExcludeText 제외 텍스트 ErrorLevel 0 윈도우가 존재하지 않게 되었다 1 윈도우가 존재하지 않게 되기 전에Seconds그리고 지정한 시간이 경과했다 Remarks 조건에 일치하는 윈도우가 존재하면, 존재하지 않게 될 때까..
WinWaitActive / WinWaitNotActive 지정한 윈도우가 액티브하게 될 때까지 대기WinWaitActive [, WinTitle, WinText, Seconds, ExcludeTitle, ExcludeText] WinWaitNotActive [, WinTitle, WinText, Seconds, ExcludeTitle, ExcludeText] Parameters 인수명 설명 WinTitle 윈도우 타이틀 등. 윈도우 지정의 방법참조. WinText 윈도우에 포함되는 텍스트 Seconds 최대몇 초간까지 기다릴까. 생략시는 무한하게 기다린다. 0(을)를 지정하면0.5초 기다린다. ExcludeTitle 제외 타이틀 ExcludeText 제외 텍스트 ErrorLevel 0 윈도우가 액티브·..
WinWait 지정한 윈도우가 존재하게 되는 것을 기다린다WinWait[, WinTitle, WinText, Seconds , ExcludeTitle, ExcludeText] Parameters 인수명 설명 WinTitle 윈도우 타이틀 등. 윈도우 지정의 방법참조. WinText 윈도우에 포함되는 텍스트 Seconds 최대몇 초간까지 기다릴까. 생략시는 무한하게 기다린다. 0(을)를 지정하면0.5초 기다린다. ExcludeTitle 제외 타이틀 ExcludeText 제외 텍스트 ErrorLevel 0 윈도우가 발견되었다 1 윈도우가 발견되기 전에Seconds그리고 지정한 시간이 경과했다 Remarks 윈도우가 발견되면, 그 윈도우가LastFoundWindow(으)로서 기억되어 스크립트는 곧바로 다음의 ..