일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- DetectHiddenWindows
- ControlGetText
- ControlSend
- 식
- SetKeyDelay
- SetTitleMatchMode
- SetEnv
- 함수
- IfInString
- EnvSub
- MouseClick
- autohotkey
- Threads
- Var:=식
- API
- IfWinExist
- Menu
- Blocks
- SetControlDelay
- 배열
- SetMouseDelay
- if
- if(식)
- 식의 설명
- EnvSet
- EnvDiv
- IF (식)
- EnvAdd
- EnvMult
- StringGetPos
- Today
- Total
목록AUTOHOTKEY (437)
ㄴrㅎnㅂrㄹrㄱi
http://www.autohotkey.com/forum/topic15885.html&highlight=lbbrowse More information: (some of the info from about.htm, on request) - IE4AHK.ahk + inc\Gui_IE.ahk + inc\Gui_IEJS.ahk + res\*.* These scripts and the resources were created by myself. The graphics are quite ugly, I'm no graphics artist. I did use some system icons and the four-leaf clover avi I found somewhere, cannot find the source...
오토핫키에 대한 한글공식 사이트가 미흡한 상태여서 그나마 번역율이 높은 번역을 통해서 배워야 하는 입장입니다. http://j2k.naver.com/j2k_frame.php/korean/lukewarm.s101.xrea.com/ AutoHotkey (을)를 유행시키는 페이지 AutoHotkey (은)는 hot key에의 기능의 할당 등 상주 소프트의 작성에 특화한 스크립트 엔진이다. 다채로운 커멘드가 준비되어 있어GUI (을)를 가진 프로그램의 작성도 가능. GNU GENERAL PUBLIC LICENSE Version 2 아래에서 배포되는 프리 소프트로,C++ 그리고 만들어져 있다. 공식 사이트( http://www.autohotkey.com/) 에서, installer판과ZIP 어카이브(archive..
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)...