반응형
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- SetControlDelay
- EnvAdd
- EnvMult
- if(식)
- SetKeyDelay
- 배열
- Blocks
- SetEnv
- IfWinExist
- Var:=식
- EnvSet
- ControlSend
- 함수
- EnvSub
- 식의 설명
- SetTitleMatchMode
- 식
- MouseClick
- IfInString
- EnvDiv
- if
- Menu
- SetMouseDelay
- StringGetPos
- API
- Threads
- ControlGetText
- IF (식)
- autohotkey
- DetectHiddenWindows
Archives
- Today
- Total
목록WinWait (9)
ㄴrㅎnㅂrㄹrㄱi
IfWinExist / IfWinNotExist 조건에 일치하는 윈도우가 존재할지로 분기
IfWinExist / IfWinNotExist 조건에 일치하는 윈도우가 존재할지로 분기IfWinExist [, WinTitle, WinText, ExcludeTitle, ExcludeText] IfWinNotExist [, WinTitle, WinText, ExcludeTitle, ExcludeText] hwnd:=WinExist("WinTitle", "WinText", "ExcludeTitle", "ExcludeText") Parameters 인수명 설명 WinTitle 윈도우 타이틀 등. 윈도우 지정의 방법참조. WinText 윈도우에 포함되는 텍스트 ExcludeTitle 제외 타이틀 ExcludeText 제외 텍스트 Remarks IfWinExist하지만 진이었다고 나무나IfWinNotExist..
AUTOHOTKEY/레퍼런스
2007. 11. 5. 14:39