일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- ControlSend
- Threads
- if
- MouseClick
- autohotkey
- SetControlDelay
- EnvMult
- IF (식)
- Menu
- 배열
- SetKeyDelay
- IfInString
- 식
- StringGetPos
- Blocks
- EnvSet
- 식의 설명
- ControlGetText
- if(식)
- SetTitleMatchMode
- IfWinExist
- SetMouseDelay
- SetEnv
- EnvSub
- Var:=식
- EnvDiv
- EnvAdd
- 함수
- DetectHiddenWindows
- API
- Today
- Total
목록WinRestore (2)
ㄴrㅎnㅂrㄹrㄱi
WinMinimize 윈도우를 최소화한다WinMinimize [, WinTitle, WinText, ExcludeTitle, ExcludeText] Parameters 인수명 설명 WinTitle 윈도우 타이틀 등. 윈도우 지정의 방법참조. WinText 윈도우에 포함되는 텍스트 ExcludeTitle 제외 타이틀 ExcludeText 제외 텍스트 Remarks 최소화한 윈도우를 바탕으로 되돌리려면 , WinRestore커멘드를 사용한다. 일부의 윈도우는 이 방법에서는 최소화할 수 없다. 대신에 이하의 방법을 사용하면, 최소화할 수 있는 경우가 있다. PostMessage, 0x112, 0xF020,,, WinTitle, WinText ; 0x112 = WM_SYSCOMMAND, 0xF020 = SC_M..
WinMaximize 윈도우를 최대화한다.WinMaximize [, WinTitle, WinText, ExcludeTitle, ExcludeText] Parameters 인수명 설명 WinTitle 윈도우 타이틀 등. 윈도우 지정의 방법참조. WinText 윈도우에 포함되는 텍스트 ExcludeTitle 제외 타이틀 ExcludeText 제외 텍스트 Remarks 최대화한 윈도우를 바탕으로 되돌리려면 , WinRestore커멘드를 사용한다. 일부의 윈도우는 이 방법에서는 최대화할 수 없다. 이하의 방법을 사용하면 최대화할 수 있는 경우가 있다. PostMessage, 0x112, 0xF030,,, WinTitle, WinText ; 0x112 = WM_SYSCOMMAND, 0xF030 = SC_MAXIM..