일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- SetMouseDelay
- IfInString
- 배열
- ControlGetText
- MouseClick
- EnvSet
- 식
- EnvDiv
- IfWinExist
- API
- Blocks
- SetKeyDelay
- SetEnv
- Var:=식
- Threads
- 함수
- EnvSub
- SetTitleMatchMode
- SetControlDelay
- ControlSend
- Menu
- DetectHiddenWindows
- 식의 설명
- IF (식)
- EnvMult
- if(식)
- StringGetPos
- autohotkey
- EnvAdd
- if
- Today
- Total
목록AUTOHOTKEY (437)
ㄴrㅎnㅂrㄹrㄱi
XML Reader 2.0 XPath - read and write XML documents with XPath 2.0 syntax XML Writer ;------------------------------------------------------------- ; XML 파싱 ;------------------------------------------------------------- XMLRead(source, tree, default = "") { ; v2.05 - by Titan If source is integer { DllCall("SetFilePointer", "UInt", source, "UInt", 0, "UInt", 0, "UInt", 0) s := VarSetCapacity(c, ..
http://www.autohotkey.com/forum/topic16565.html&postdays=0&postorder=asc&highlight=file+upload&start=45
My Scripts 관리인이 작성한 스크립트를 공개하고 있습니다. 특히 거절이 없을 따름, 최신판의AutoHotkey+WindowsXP(으)로의 동작을 상정하고 있습니다.WindowsNT/2000그렇지만 동작할지도 모릅니다. 이러한 스크립트를 사용한 결과 어떠한 문제가 발생해도, 관리인은 일절의 책임을 지지 않습니다. 특히 기술이 없는 한, 라이센스는 NYSL입니다. 모듈류 ActiveX WSH등으로 사용된다ActiveXObject(을)를 취급할 수 있도록(듯이) 한다 BREGEXP BREGEXP.DLL(을)를 이용해 정규 표현 검색·치환을 실시하는 함수군 migemo migemo.dll(와)과 BREGEXP.DLL(을)를 이용해 로마자와 읽기의 매칭을 실시하는 함수군 프로세스메모리 읽고 쓰기 PID그리..
|| 연산자(논리합) 2개의 식의 논리합의 진위치를 돌려주는 연산자Expression1||Expression2 Expression1 OR Expression2 Parameters 인수명 설명 Expression1 임의의 식 Expression2 임의의 식 Remarks Expression1(와)과Expression2의 양쪽 모두가 가짜라면 결과는 가짜에, 언젠가 혹은 양쪽 모두가 진이라면 결과는 실로 된다. 수치의 제로나 하늘의 문자열은 가짜(False)(으)로서 다루어져 그 이외는 진(True)(으)로서 다루어진다. 논리 연산의 결과는, 가짜(False)의 경우 「0」, 진(True)의 경우 「1」가 된다. Related 식, if(식), Var:=식
WinMenuSelectItem 지정 윈도우의 도구모음의 커멘드를 실행한다WinMenuSelectItem, WinTitle, WinText, Menu [, SubMenu1, SubMenu2, SubMenu3, SubMenu4, SubMenu5, SubMenu6, ExcludeTitle, ExcludeText] Parameters 인수명 설명 WinTitle 윈도우 타이틀 등. 윈도우 지정의 방법참조. WinText 윈도우에 포함되는 텍스트 Menu 최상위의 메뉴명.「파일(F)」 등. 「1&」(와)과 같이 하고, 항목의 위치에서 지정하는 일도 가능.(단락선도 수에 센다) SubMenu1...SubMenu6 부메뉴의 메뉴명. ExcludeTitle 제외 타이틀 ExcludeText 제외 텍스트 ErrorLe..
Script & Hotkey Performance Scripts are semi-compiled while they're being loaded and syntax-checked. In addition to reducing the memory consumed by the script, this process also enhances runtime performance (by orders of magnitude in some cases). The performance boost is greatest when SetBatchLines is -1, meaning that the script is running at maximum speed. In addition to SetBatchLines, the foll..
색 지정 색을 지정하는 장소에서는 이하에 드는 색의 이름인가,HTML그리고 사용되는RRGGBB형식의16진수(례:「FF0000」)(을)를 지정할 수 있다. 또, 「Default」(을)를 지정할 수 있는 경우도 있다.Default(을)를 지정하면,OS그리고 설정되어 있는 색이 사용된다. 색의 이름과RGB치 Sample Name Value Black 000000 Green 008000 Silver C0C0C0 Lime Gray 808080 Olive 808000 White FFFFFF Yellow FFFF00 Maroon 800000 Navy 000080 Red FF0000 Blue 0000FF Purple 800080 Teal 008080 Fuchsia FF00FF Aqua 00FFFF
CLSID일람 CLSID(은)는 특수 폴더를 나타내는 식별자이다. FileSelectFile, FileSelectFolder, Run/RunWait커멘드로 폴더명 대신에 사용할 수 있다. FileSelectFile, OutputVar,, ::{645ff040-5081-101b-9f08-00aa002f954e} ; Select a file in the Recycle Bin. FileSelectFolder, OutputVar, ::{20d04fe0-3aea-1069-a2d8-08002b30309d} ; Select a folder within My Computer. CLSID 대응 폴더 ::{20d04fe0-3aea-1069-a2d8-08002b30309d} My Computer ::{450d8fba-ad2..