일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- EnvSet
- EnvAdd
- SetTitleMatchMode
- StringGetPos
- SetControlDelay
- IfInString
- 식의 설명
- SetMouseDelay
- ControlSend
- Menu
- if(식)
- MouseClick
- IfWinExist
- 식
- Blocks
- IF (식)
- API
- DetectHiddenWindows
- Var:=식
- EnvSub
- EnvMult
- EnvDiv
- autohotkey
- ControlGetText
- if
- SetKeyDelay
- Threads
- 배열
- 함수
- SetEnv
- Today
- Total
목록XML (2)
ㄴ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, ..
; XML Explorer 1.8 - by Titan SetBatchLines, -1 #SingleInstance ignore #NoTrayIcon #NoEnv #Include XMLWrite.ahk #Include XMLRead.ahk #Include XMLQuery.ahk #Include Anchor.ahk SetControlDelay, -1 SetWinDelay, -1 title = XML Explorer EnvGet, settings, AppData settings = %settings%\%title%.ini Gui, +Resize Gui, Font, , Tahoma Gui, Add, Text, vFileT Section ym+10, XML Document: Gui, Add, Edit, vFile..