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