반응형
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
- StringGetPos
- EnvSet
- SetKeyDelay
- EnvSub
- 배열
- 식의 설명
- IfInString
- SetEnv
- IfWinExist
- IF (식)
- Blocks
- EnvAdd
- autohotkey
- MouseClick
- Var:=식
- ControlGetText
- Menu
- API
- 함수
- SetTitleMatchMode
- Threads
- 식
- SetControlDelay
- if
- ControlSend
- SetMouseDelay
- EnvMult
- EnvDiv
- if(식)
- 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