일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- EnvSub
- Menu
- if
- IF (식)
- API
- IfInString
- MouseClick
- SetTitleMatchMode
- ControlGetText
- SetMouseDelay
- EnvDiv
- autohotkey
- 식
- SetEnv
- ControlSend
- Threads
- Var:=식
- Blocks
- SetControlDelay
- 함수
- 식의 설명
- EnvMult
- if(식)
- EnvAdd
- 배열
- EnvSet
- DetectHiddenWindows
- StringGetPos
- IfWinExist
- SetKeyDelay
- Today
- Total
목록전체 글 (852)
ㄴrㅎnㅂrㄹrㄱi

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