일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- EnvMult
- EnvSub
- IfInString
- EnvAdd
- Threads
- 배열
- ControlSend
- Blocks
- SetMouseDelay
- SetKeyDelay
- autohotkey
- StringGetPos
- API
- SetTitleMatchMode
- 식
- 식의 설명
- IF (식)
- SetEnv
- DetectHiddenWindows
- if(식)
- EnvDiv
- if
- Menu
- 함수
- ControlGetText
- Var:=식
- IfWinExist
- EnvSet
- MouseClick
- SetControlDelay
- 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..