일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- API
- 식
- EnvDiv
- MouseClick
- SetMouseDelay
- autohotkey
- IF (식)
- DetectHiddenWindows
- IfWinExist
- Blocks
- 배열
- SetTitleMatchMode
- SetControlDelay
- if
- Threads
- EnvSub
- ControlGetText
- Menu
- SetEnv
- SetKeyDelay
- StringGetPos
- IfInString
- EnvMult
- 식의 설명
- if(식)
- 함수
- Var:=식
- EnvAdd
- EnvSet
- ControlSend
- Today
- Total
목록2007/10 (53)
ㄴrㅎnㅂrㄹrㄱi
자바 스크립트 이벤트코드 표 키 | 코드(숫자) 0 = 48 1 = 49 ~ 9 = 57 A = 65 ~ Z = 90 a = 97 ~ z = 122 INSERT = 45 DELETE = 46 윈도우(왼쪽) = 91 윈도우(오른쪽) = 92 기능키 = 93 0(오른쪽) = 96 ~ 9(오른쪽) = 105 .(오른쪽) = 110 /(오른쪽) = 111 *(오른쪽) = 106 +(오른쪽) = 107 -(오른쪽) = 109 F1 = 112 ~ F12 = 123 NUMLOCK = 144 SCROLLLOCK = 145 =(중간) = 187 -(중간) = 189 `(왼쪽콤마) = 192 \(중간) = 220 ←(백스패이스) = 8 TAB = 9 ENTER = 13 SHIFT = 16 CTRL = 17 ALT = 18..

http://www.autohotkey.com/forum/viewtopic.php?t=4047 Here's a generic function that can be used to add graphic buttons to AutoHotkey GUI scripts that should offer a bit of flexibility. Enjoy Updated to version 2.1 simplified usage image types currently supported: .bmp, .icoz added the ability to change images added image rollover example for SampleButton1 in the demo script sample images will be..
http://www.autohotkey.com/forum/viewtopic.php?t=15203&highlight=ftp Hey guys, In order to easily upload my TiddlyWiki (a great tool btw) to my FTP server, I've written a script that does this automatically for me. As usual, the project grew more complex than anticipated, so the whole process flow is a little messy right now (as can be seen in the need for the settingsMode variable, for example)...

; 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..