일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- EnvSub
- EnvAdd
- MouseClick
- EnvSet
- if
- SetControlDelay
- autohotkey
- SetTitleMatchMode
- StringGetPos
- SetMouseDelay
- SetEnv
- IF (식)
- IfWinExist
- Blocks
- 식의 설명
- 배열
- EnvMult
- API
- SetKeyDelay
- DetectHiddenWindows
- Menu
- ControlGetText
- ControlSend
- 식
- 함수
- Threads
- if(식)
- IfInString
- EnvDiv
- Var:=식
- Today
- Total
목록AUTOHOTKEY (437)
ㄴrㅎnㅂrㄹrㄱi
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..